summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscall.h
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-03-28 22:03:50 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-03-28 22:03:50 +0000
commit17c1b573084fbe31277afcf0184b23be51f98726 (patch)
tree1d8a890a748e14d17419c20cc5b0cf6ac95b7c87 /sys/compat/svr4/svr4_syscall.h
parentd5565a3d188495c0791f7ed4e5a33119be1ec372 (diff)
added 34 - nice
Diffstat (limited to 'sys/compat/svr4/svr4_syscall.h')
-rw-r--r--sys/compat/svr4/svr4_syscall.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h
index 4a3f8b05a14..b9d262c9abf 100644
--- a/sys/compat/svr4/svr4_syscall.h
+++ b/sys/compat/svr4/svr4_syscall.h
@@ -33,6 +33,7 @@
#define SVR4_SYS_pause 29
#define SVR4_SYS_utime 30
#define SVR4_SYS_access 33
+#define SVR4_SYS_nice 34
#define SVR4_SYS_sync 36
#define SVR4_SYS_kill 37
#define SVR4_SYS_pgrpsys 39