summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/sigproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/sigproc.h')
-rw-r--r--winsup/cygwin/sigproc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h
index 26332935e..0baf39403 100644
--- a/winsup/cygwin/sigproc.h
+++ b/winsup/cygwin/sigproc.h
@@ -24,9 +24,8 @@ enum
__SIGFLUSHFAST = -(NSIG + 6),
__SIGHOLD = -(NSIG + 7),
__SIGNOHOLD = -(NSIG + 8),
- __SIGEXIT = -(NSIG + 9),
- __SIGSETPGRP = -(NSIG + 10),
- __SIGTHREADEXIT = -(NSIG + 11)
+ __SIGSETPGRP = -(NSIG + 9),
+ __SIGTHREADEXIT = -(NSIG + 10)
};
#endif