diff options
Diffstat (limited to 'usr/src/uts/common/sys/syscall.h')
-rw-r--r-- | usr/src/uts/common/sys/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/syscall.h b/usr/src/uts/common/sys/syscall.h index 7d86565564..8ce4dc1e03 100644 --- a/usr/src/uts/common/sys/syscall.h +++ b/usr/src/uts/common/sys/syscall.h @@ -51,6 +51,7 @@ extern "C" { #define SYS_syscall 0 #define SYS_exit 1 +#define SYS_psecflags 2 #define SYS_read 3 #define SYS_write 4 #define SYS_open 5 |