diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-05-09 18:08:51 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-05-09 18:08:51 +0000 |
| commit | 8bc34454720bc568fabf8b6bc72ae8b287c3fd05 (patch) | |
| tree | 5449d2f39a12ade19d9b2bc18859bac6a2941a89 /sys/compat | |
| parent | c35cf93676326b53a837b4f78a1384f6ee91a358 (diff) | |
Notes
Diffstat (limited to 'sys/compat')
| -rw-r--r-- | sys/compat/svr4/syscalls.master | 2 |
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); } |
