diff options
author | raf <none@none> | 2007-08-06 13:50:45 -0700 |
---|---|---|
committer | raf <none@none> | 2007-08-06 13:50:45 -0700 |
commit | f48068addb8865f9338d23ffbe1043e369df37a1 (patch) | |
tree | 4491fa42ed4f6bc8843d62a840b682b769407e96 /usr/src/uts/common/sys/syscall.h | |
parent | ee834aa8ed0c4cc43a04342fe22402b3db18a906 (diff) | |
download | illumos-joyent-f48068addb8865f9338d23ffbe1043e369df37a1.tar.gz |
6586967 Signal is sometimes not delivered on the alternate stack (although it should)
Diffstat (limited to 'usr/src/uts/common/sys/syscall.h')
-rw-r--r-- | usr/src/uts/common/sys/syscall.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/syscall.h b/usr/src/uts/common/sys/syscall.h index ae7e8224da..9fbc05f054 100644 --- a/usr/src/uts/common/sys/syscall.h +++ b/usr/src/uts/common/sys/syscall.h @@ -299,8 +299,7 @@ extern "C" { #define SYS_waitsys 107 #define SYS_sigsendsys 108 #define SYS_hrtsys 109 -#define SYS_acancel 110 -#define SYS_async 111 +#define SYS_sigresend 111 #define SYS_priocntlsys 112 #define SYS_pathconf 113 #define SYS_mincore 114 |