From c3b612d935057e593f0b474e8548d93e203e1b86 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 4 Feb 2004 21:57:00 +0000 Subject: 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(). --- sys/alpha/linux/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/alpha/linux') diff --git a/sys/alpha/linux/syscalls.master b/sys/alpha/linux/syscalls.master index e066ba5cf3e3..52f0ec889337 100644 --- a/sys/alpha/linux/syscalls.master +++ b/sys/alpha/linux/syscalls.master @@ -194,9 +194,9 @@ 141 NOPROTO { int ogetpeername(int fdes, caddr_t asa, int *alen); } 142 UNIMPL 143 UNIMPL -144 STD { int linux_getrlimit(l_uint resource, \ +144 MSTD { int linux_getrlimit(l_uint resource, \ struct l_rlimit *rlim); } -145 STD { int linux_setrlimit(l_uint resource, \ +145 MSTD { int linux_setrlimit(l_uint resource, \ struct l_rlimit *rlim); } 146 UNIMPL 147 MNOPROTO { int setsid(void); } -- cgit v1.3