summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/syscall.h
diff options
context:
space:
mode:
authorRoger A. Faulkner <Roger.Faulkner@Sun.COM>2009-11-02 06:49:25 -0800
committerRoger A. Faulkner <Roger.Faulkner@Sun.COM>2009-11-02 06:49:25 -0800
commit5403172acfed6a387c70d9cddbc195d9ba8c1e05 (patch)
tree20a3b0706806e7b52481d622489a04d02f5df055 /usr/src/uts/common/sys/syscall.h
parentc7bef3b16d3d2a0b09ff75fbbd724283ef1ee7e7 (diff)
downloadillumos-joyent-5403172acfed6a387c70d9cddbc195d9ba8c1e05.tar.gz
PSARC 2009/595 delete ssig system call trap
6896743 The ancient SVR3 ssig() system call trap should be deleted
Diffstat (limited to 'usr/src/uts/common/sys/syscall.h')
-rw-r--r--usr/src/uts/common/sys/syscall.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/src/uts/common/sys/syscall.h b/usr/src/uts/common/sys/syscall.h
index 7c75f50424..41a95c33d2 100644
--- a/usr/src/uts/common/sys/syscall.h
+++ b/usr/src/uts/common/sys/syscall.h
@@ -104,17 +104,6 @@ extern "C" {
#define SYS_plock 45
#define SYS_setgid 46
#define SYS_getgid 47
-#define SYS_signal 48
- /*
- * subcodes:
- * signal(sig, f) :: signal(sig, f) ((sig&SIGNO_MASK) == sig)
- * sigset(sig, f) :: signal(sig|SIGDEFER, f)
- * sighold(sig) :: signal(sig|SIGHOLD)
- * sigrelse(sig) :: signal(sig|SIGRELSE)
- * sigignore(sig) :: signal(sig|SIGIGNORE)
- * sigpause(sig) :: signal(sig|SIGPAUSE)
- * see <sys/signal.h>
- */
#define SYS_msgsys 49
/*
* subcodes: