diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-03-28 22:51:01 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-03-28 22:51:01 +0000 |
| commit | 50e3f476410d3beb441c77d39e9f6c12793e6c8b (patch) | |
| tree | 48e98c78a37d3a5050019a8ede1eee695b46ffc0 | |
| parent | cffd5a3eb4a27553e49993b5b6e53361a2729a43 (diff) | |
Notes
| -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 c40fc4b85618..604f091f9fde 100644 --- a/sys/i386/ibcs2/syscalls.master +++ b/sys/i386/ibcs2/syscalls.master @@ -37,7 +37,7 @@ 4 MNOPROTO { int write(int fd, char *buf, u_int nbytes); } 5 STD { int ibcs2_open(char *path, int flags, int mode); } 6 MNOPROTO { int close(int fd); } -7 STD { int ibcs2_wait(int a1, int a2, int a3); } +7 MSTD { int ibcs2_wait(int a1, int a2, int a3); } 8 STD { int ibcs2_creat(char *path, int mode); } 9 NOPROTO { int link(char *path, char *link); } 10 STD { int ibcs2_unlink(char *path); } |
