diff options
author | jhb <jhb@FreeBSD.org> | 2004-02-04 21:57:00 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2004-02-04 21:57:00 +0000 |
commit | bb001b4d31bb63864fde21538761de070d0b316b (patch) | |
tree | dc0ebf2238a6d46a1e5b047a0ac7397f96972d9e /sys/alpha/osf1 | |
parent | 279b2b827810d149b5b8453900cdea57874ae234 (diff) | |
download | FreeBSD-src-bb001b4d31bb63864fde21538761de070d0b316b.zip FreeBSD-src-bb001b4d31bb63864fde21538761de070d0b316b.tar.gz |
The following compat syscalls are now mpsafe: linux_getrlimit(),
linux_setrlimit(), linux_old_getrlimit(), osf1_getrlimit(),
osf1_setrlimit(), svr4_sys_ulimit(), svr4_sys_setrlimit(),
svr4_sys_getrlimit(), svr4_sys_setrlimit64(), svr4_sys_getrlimit64(),
ibcs2_sysconf(), and ibcs2_ulimit().
Diffstat (limited to 'sys/alpha/osf1')
-rw-r--r-- | sys/alpha/osf1/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/osf1/syscalls.master b/sys/alpha/osf1/syscalls.master index 3b66238..e0aa73f 100644 --- a/sys/alpha/osf1/syscalls.master +++ b/sys/alpha/osf1/syscalls.master @@ -199,8 +199,8 @@ 141 NOPROTO { int ogetpeername(int fdes, caddr_t asa, int *alen); } 142 MNOPROTO { int32_t ogethostid(void); } 143 MNOPROTO { int osethostid(int32_t hostid); } -144 STD { int osf1_getrlimit(u_int which, struct rlimit *rlp); } -145 STD { int osf1_setrlimit(u_int which, struct rlimit *rlp); } +144 MSTD { int osf1_getrlimit(u_int which, struct rlimit *rlp); } +145 MSTD { int osf1_setrlimit(u_int which, struct rlimit *rlp); } 146 UNIMPL old killpg 147 MNOPROTO { int setsid(void); } 148 UNIMPL quotactl |