summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-07-29 10:05:25 +0000
committerpeter <peter@FreeBSD.org>2000-07-29 10:05:25 +0000
commit2acd9c62a720f5d8800b262fb6773a19419ef901 (patch)
tree5e3b73dcf6ffe22989c437173ea6f6201a76dcb3 /sys/compat/svr4
parent6a75b120d26bc19be2c1603edb4fbfdc4b30f2a8 (diff)
downloadFreeBSD-src-2acd9c62a720f5d8800b262fb6773a19419ef901.zip
FreeBSD-src-2acd9c62a720f5d8800b262fb6773a19419ef901.tar.gz
Sigh. Fix SYS_exit problems. I misunderstood the significance of these
trailing options.
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r--sys/compat/svr4/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master
index 393e39a..4fb6950 100644
--- a/sys/compat/svr4/syscalls.master
+++ b/sys/compat/svr4/syscalls.master
@@ -35,7 +35,7 @@
#include <svr4/svr4_proto.h>
0 UNIMPL SVR4 unused
-1 NOPROTO POSIX { void sys_exit(int rval); } sys_exit sys_exit_args void
+1 NOPROTO POSIX { void sys_exit(int rval); } exit sys_exit_args void
2 NOPROTO POSIX { int fork(void); }
3 NOPROTO POSIX { int read(int fd, char *buf, u_int nbyte); }
4 NOPROTO SVR4 { int write(int fd, char *buf, u_int nbyte); }
OpenPOWER on IntegriCloud