diff options
author | Christopher Faylor <me@cgf.cx> | 2002-01-21 17:42:08 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-01-21 17:42:08 +0000 |
commit | 8ef47135dded8a99e40bb2d7c1a829964dc08ebd (patch) | |
tree | b724f36d7b231c25f5a2676d516547d53cf2a740 /winsup/cygwin/exceptions.cc | |
parent | 3ba05c0f9291485b112c60d4419aa68b476a6853 (diff) | |
download | cygnal-8ef47135dded8a99e40bb2d7c1a829964dc08ebd.tar.gz cygnal-8ef47135dded8a99e40bb2d7c1a829964dc08ebd.tar.bz2 cygnal-8ef47135dded8a99e40bb2d7c1a829964dc08ebd.zip |
* speclib: Don't use /dev/null as DLL name. Just default to what's already in
.def file.
* exceptions.cc (sig_handle): Remove last vestiges of SA_NOCLDSTOP code which
caused SIGCHLD to be ignored.
Diffstat (limited to 'winsup/cygwin/exceptions.cc')
-rw-r--r-- | winsup/cygwin/exceptions.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/exceptions.cc b/winsup/cygwin/exceptions.cc index 818b78aca..cf7aaa5e6 100644 --- a/winsup/cygwin/exceptions.cc +++ b/winsup/cygwin/exceptions.cc @@ -1034,9 +1034,6 @@ sig_handle (int sig, bool thisproc) if (handler == (void *) SIG_ERR) goto exit_sig; - if (sig == SIGCHLD) - goto done; - goto dosig; stop: |