summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_termios.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-11-28 22:13:57 +0000
committerChristopher Faylor <me@cgf.cx>2003-11-28 22:13:57 +0000
commit13584f077b708083b9e1cba78ff580c7bae6130e (patch)
tree51b7e9b3c173d1e5234af8b57413814501589f07 /winsup/cygwin/fhandler_termios.cc
parent74d893b13cb75408ec3ffe2b399787b9b78fa979 (diff)
downloadcygnal-13584f077b708083b9e1cba78ff580c7bae6130e.tar.gz
cygnal-13584f077b708083b9e1cba78ff580c7bae6130e.tar.bz2
cygnal-13584f077b708083b9e1cba78ff580c7bae6130e.zip
* pinfo.h (_pinfo::getsig): Remove obsolete function, here and throughout.
* exceptions.cc: Ditto. * fhandler_termios.cc: Ditto. * signal.cc: Ditto. * sigproc.cc: Ditto. * Makefile.in: Revert previous change which made a cygwin.din newer than a version.h a warning rather than an error.
Diffstat (limited to 'winsup/cygwin/fhandler_termios.cc')
-rw-r--r--winsup/cygwin/fhandler_termios.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_termios.cc b/winsup/cygwin/fhandler_termios.cc
index ddf20ae8f..1b509e261 100644
--- a/winsup/cygwin/fhandler_termios.cc
+++ b/winsup/cygwin/fhandler_termios.cc
@@ -155,7 +155,7 @@ fhandler_termios::bg_check (int sig)
return with error */
int pgid_gone = !pid_exists (myself->pgid);
int sigs_ignored =
- ((void *) myself->getsig (sig).sa_handler == (void *) SIG_IGN) ||
+ ((void *) global_sigs[sig].sa_handler == (void *) SIG_IGN) ||
(myself->getsigmask () & SIGTOMASK (sig));
if (pgid_gone)