diff options
author | Christopher Faylor <me@cgf.cx> | 2004-01-03 18:15:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-01-03 18:15:03 +0000 |
commit | e80cbe3e52decfeb93fb121d624c2bf5cd42abf3 (patch) | |
tree | c55243b2c5a9b594f2dde7ffab0ceac747b52a7b /winsup/cygwin/cygwin.din | |
parent | d84514bd0fa6780a30d28e3aa05f956d4c58ae30 (diff) | |
download | cygnal-e80cbe3e52decfeb93fb121d624c2bf5cd42abf3.tar.gz cygnal-e80cbe3e52decfeb93fb121d624c2bf5cd42abf3.tar.bz2 cygnal-e80cbe3e52decfeb93fb121d624c2bf5cd42abf3.zip |
* cygheap.h (init_cygheap): Play more vfork shell games and move ctty_on_hold
and open_fhs_on_hold (back) here.
* dcrt0.cc (_dll_crt0): Just set impure_ptr_ptr here and let later
initialization deal with tls.
* dtable.cc (dtable::vfork_child_fixup): Move ctty considerations here.
(dtable:vfork_parent_restore): And here.
* fork.cc (vfork): Reflect change to ctty handling.
* perthread.h (vfork_save::fhctty): Eliminate.
* cygwin.din: Make more exports NOSIGFE that will never be interrupted by a
signal.
* init.cc (dll_entry): Set stackptr to NULL to catch problems earlier.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index f60d2d5b5..1f3fe08c9 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -34,7 +34,7 @@ __fpclassifyd NOSIGFE __fpclassifyf NOSIGFE __getreent NOSIGFE __infinity NOSIGFE -__main SIGFE +__main NOSIGFE __signbitd NOSIGFE __signbitf NOSIGFE __signgam NOSIGFE @@ -43,7 +43,7 @@ __swbuf SIGFE _asprintf_r SIGFE asprintf_r = _asprintf_r SIGFE _dll_crt0@0 NOSIGFE -_exit SIGFE +_exit NOSIGFE _f_atan2 NOSIGFE __f_atan2 = _f_atan2 NOSIGFE _f_atan2f NOSIGFE @@ -290,9 +290,9 @@ cygwin_conv_to_posix_path SIGFE cygwin32_conv_to_posix_path = cygwin_conv_to_posix_path SIGFE cygwin_conv_to_win32_path SIGFE cygwin32_conv_to_win32_path = cygwin_conv_to_win32_path SIGFE -cygwin_detach_dll SIGFE -cygwin32_detach_dll = cygwin_detach_dll SIGFE -cygwin_dll_init SIGFE +cygwin_detach_dll NOSIGFE +cygwin32_detach_dll = cygwin_detach_dll NOSIGFE +cygwin_dll_init NOSIGFE endprotoent = cygwin_endprotoent SIGFE endservent = cygwin_endservent SIGFE endusershell SIGFE @@ -434,7 +434,7 @@ execve SIGFE _execve = execve SIGFE execvp SIGFE _execvp = execvp SIGFE -exit = cygwin_exit SIGFE +exit = cygwin_exit NOSIGFE exp NOSIGFE _exp = exp NOSIGFE exp2 NOSIGFE |