summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/compat/svr4/syscalls.master2
-rw-r--r--sys/svr4/syscalls.master2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/svr4/syscalls.master b/sys/compat/svr4/syscalls.master
index af54218..2c1de7e 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); }
diff --git a/sys/svr4/syscalls.master b/sys/svr4/syscalls.master
index af54218..2c1de7e 100644
--- a/sys/svr4/syscalls.master
+++ b/sys/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); }
OpenPOWER on IntegriCloud