summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/syscalls.master
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/syscalls.master
parentd5565a3d188495c0791f7ed4e5a33119be1ec372 (diff)
added 34 - nice
Diffstat (limited to 'sys/compat/svr4/syscalls.master')
-rw-r--r--sys/compat/svr4/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master
index 1d1d2cb8ca3..58184f794ae 100644
--- a/sys/compat/svr4/syscalls.master
+++ b/sys/compat/svr4/syscalls.master
@@ -1,4 +1,4 @@
- $OpenBSD: syscalls.master,v 1.11 1997/02/13 19:45:27 niklas Exp $
+ $OpenBSD: syscalls.master,v 1.12 1997/03/28 22:03:49 kstailey Exp $
; $NetBSD: syscalls.master,v 1.17 1996/02/10 17:12:51 christos Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -82,7 +82,7 @@
31 UNIMPL was stty
32 UNIMPL was gtty
33 STD { int svr4_sys_access(char *path, int flags); }
-34 UNIMPL nice
+34 STD { int svr4_sys_nice(int prio); }
35 UNIMPL statfs
36 NOARGS { int sys_sync(void); }
37 STD { int svr4_sys_kill(int pid, int signum); }