summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/sys/signal.h')
-rw-r--r--usr/src/uts/common/sys/signal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/signal.h b/usr/src/uts/common/sys/signal.h
index 1442231536..8f0e1794f4 100644
--- a/usr/src/uts/common/sys/signal.h
+++ b/usr/src/uts/common/sys/signal.h
@@ -158,8 +158,8 @@ struct sigaction32 {
* use of these symbols by applications is injurious
* to binary compatibility
*/
-#define NSIG 73 /* valid signals range from 1 to NSIG-1 */
-#define MAXSIG 72 /* size of u_signal[], NSIG-1 <= MAXSIG */
+#define NSIG 74 /* valid signals range from 1 to NSIG-1 */
+#define MAXSIG 73 /* size of u_signal[], NSIG-1 <= MAXSIG */
#endif /* defined(__EXTENSIONS__) || !defined(_XPG4_2) */
#define MINSIGSTKSZ 2048