diff options
author | peter <peter@FreeBSD.org> | 2000-07-29 10:05:25 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-07-29 10:05:25 +0000 |
commit | 2acd9c62a720f5d8800b262fb6773a19419ef901 (patch) | |
tree | 5e3b73dcf6ffe22989c437173ea6f6201a76dcb3 /sys/i386/ibcs2/syscalls.master | |
parent | 6a75b120d26bc19be2c1603edb4fbfdc4b30f2a8 (diff) | |
download | FreeBSD-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/i386/ibcs2/syscalls.master')
-rw-r--r-- | sys/i386/ibcs2/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/syscalls.master b/sys/i386/ibcs2/syscalls.master index c4aed2f..1ebe1b8 100644 --- a/sys/i386/ibcs2/syscalls.master +++ b/sys/i386/ibcs2/syscalls.master @@ -32,7 +32,7 @@ ; #ifdef's, etc. may be included, and are copied to the output files. 0 NOPROTO NOHIDE { int nosys(void); } syscall nosys_args int -1 NOPROTO NOHIDE { void sys_exit(int rval); } sys_exit sys_exit_args void +1 NOPROTO NOHIDE { void sys_exit(int rval); } exit sys_exit_args void 2 NOPROTO POSIX { int fork(void); } 3 STD POSIX { int ibcs2_read(int fd, char *buf, u_int nbytes); } 4 NOPROTO POSIX { int write(int fd, char *buf, u_int nbytes); } |