aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2000-05-09 18:08:51 +0000
committerBruce Evans <bde@FreeBSD.org>2000-05-09 18:08:51 +0000
commit8bc34454720bc568fabf8b6bc72ae8b287c3fd05 (patch)
tree5449d2f39a12ade19d9b2bc18859bac6a2941a89 /sys/compat
parentc35cf93676326b53a837b4f78a1384f6ee91a358 (diff)
Notes
Diffstat (limited to 'sys/compat')
-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 af542181be82..2c1de7e65ea5 100644
--- a/sys/compat/svr4/syscalls.master
+++ b/sys/compat/svr4/syscalls.master
@@ -35,7 +35,7 @@
; #ifdef's, etc. may be included, and are copied to the output files.
0 UNIMPL SVR4 unused
-1 NOPROTO POSIX { int exit(int rval); }
+1 NOPROTO POSIX { void exit(int rval); } exit rexit_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); }