summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
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/kern/syscalls.master
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/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 95ab3f7..16f4192 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -38,7 +38,7 @@
; of the current calls.
0 STD NOHIDE { int nosys(void); } syscall nosys_args int
-1 STD NOHIDE { void sys_exit(int rval); } sys_exit sys_exit_args void
+1 STD NOHIDE { void sys_exit(int rval); } exit sys_exit_args void
2 STD POSIX { int fork(void); }
3 STD POSIX { ssize_t read(int fd, void *buf, size_t nbyte); }
4 STD POSIX { ssize_t write(int fd, const void *buf, size_t nbyte); }
OpenPOWER on IntegriCloud