Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-09-09 07:11:31 +0400
committerChristopher Faylor <me@cgf.cx>2003-09-09 07:11:31 +0400
commit3ef50005c759d5dbdb5a7b31730bf836a6519ab0 (patch)
tree98ecbe813337b26be5f350ef585952df14df6455 /winsup/cygwin/fhandler_console.cc
parent51d340e1c801b82e5e8b58b48639d46681d33f4c (diff)
* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to be
set. * exceptions.cc (sig_handle_tty_stop): Don't reset sigCONT event since it is reset automatically. * fork.cc (fork): Remove obsolete usage of PID_SPLIT_HEAP. * include/sys/cygwin.h: Ditto. * sigproc.cc (sig_send): Use sigframe init method to set frame since it checks for previous ownership of the frame. * sigproc.h (sigframe::init): Accept an "is_exception" argument.
Diffstat (limited to 'winsup/cygwin/fhandler_console.cc')
-rw-r--r--winsup/cygwin/fhandler_console.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc
index 27f85db1b..8ec84d667 100644
--- a/winsup/cygwin/fhandler_console.cc
+++ b/winsup/cygwin/fhandler_console.cc
@@ -510,7 +510,7 @@ err:
buflen = (size_t) -1;
return;
- sig_exit:
+sig_exit:
set_sig_errno (EINTR);
buflen = (size_t) -1;
return;