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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.h b/winsup/cygwin/sigproc.h
index 4e70dea6b..776d1d9dc 100644
--- a/winsup/cygwin/sigproc.h
+++ b/winsup/cygwin/sigproc.h
@@ -24,7 +24,9 @@ enum
__SIGCOMMUNE = -(NSIG + 3),
__SIGPENDING = -(NSIG + 4),
__SIGDELETE = -(NSIG + 5),
- __SIGFLUSHFAST = -(NSIG + 6)
+ __SIGFLUSHFAST = -(NSIG + 6),
+ __SIGHOLD = -(NSIG + 7),
+ __SIGNOHOLD = -(NSIG + 8)
};
#endif