diff options
author | Robert Mustacchi <rm@joyent.com> | 2013-12-05 01:26:55 +0000 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2014-01-21 18:24:13 -0800 |
commit | 19d32b9ab53d17ac6605971e14c45a5281f8d9bb (patch) | |
tree | e0d013df65909af86605dcdb177f0394680922b3 /usr/src/uts/common/sys/signal.h | |
parent | 4f364e7c95ee7fd9d5bbeddc1940e92405bb0e72 (diff) | |
download | illumos-joyent-19d32b9ab53d17ac6605971e14c45a5281f8d9bb.tar.gz |
4493 want siginfo
4494 Make dd show progress when you send INFO/USR1 signals
4495 dd could support O_SYNC and O_DSYNC
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Joshua M. Clulow <josh@sysmgr.org>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts/common/sys/signal.h')
-rw-r--r-- | usr/src/uts/common/sys/signal.h | 4 |
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 |