diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-03-28 22:51:01 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-03-28 22:51:01 +0000 |
commit | cd1b42c48a330fd8bf57fbfbfa458d4d6c45de6b (patch) | |
tree | 48e98c78a37d3a5050019a8ede1eee695b46ffc0 /sys/i386 | |
parent | 54410035eae95a97fb17584b66d0b444cc2cc12e (diff) | |
download | FreeBSD-src-cd1b42c48a330fd8bf57fbfbfa458d4d6c45de6b.zip FreeBSD-src-cd1b42c48a330fd8bf57fbfbfa458d4d6c45de6b.tar.gz |
ibcs2_wait() now MPSAFE.
Submitted by: Dan Nelson <dnelson@allantgroup.com>
Diffstat (limited to 'sys/i386')
-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 c40fc4b..604f091 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); } |