aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/pinfo.h
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/pinfo.h
parent74d893b13cb75408ec3ffe2b399787b9b78fa979 (diff)
downloadnewlib-13584f077b708083b9e1cba78ff580c7bae6130e.zip
newlib-13584f077b708083b9e1cba78ff580c7bae6130e.tar.gz
newlib-13584f077b708083b9e1cba78ff580c7bae6130e.tar.bz2
* 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/pinfo.h')
-rw-r--r--winsup/cygwin/pinfo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/winsup/cygwin/pinfo.h b/winsup/cygwin/pinfo.h
index 573e050..b2e8af3 100644
--- a/winsup/cygwin/pinfo.h
+++ b/winsup/cygwin/pinfo.h
@@ -104,11 +104,6 @@ public:
inline void set_has_pgid_children (bool val) {has_pgid_children = val;}
- inline struct sigaction& getsig (int sig)
- {
- return global_sigs[sig];
- }
-
inline sigset_t& getsigmask ()
{
return sig_mask;