summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux/syscalls.master
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-02-16 02:31:05 +0000
committertjr <tjr@FreeBSD.org>2003-02-16 02:31:05 +0000
commit6300af60d3ec89c93b76aa4076f96bb5327a80af (patch)
tree3fd7f86af15fc9a1f324812a499bb0e67cda3804 /sys/i386/linux/syscalls.master
parent9888fe786ef7a96c2feb3d9aed3be163fb2b2eff (diff)
downloadFreeBSD-src-6300af60d3ec89c93b76aa4076f96bb5327a80af.zip
FreeBSD-src-6300af60d3ec89c93b76aa4076f96bb5327a80af.tar.gz
Mark linux_sigpending() as MPSAFE.
Diffstat (limited to 'sys/i386/linux/syscalls.master')
-rw-r--r--sys/i386/linux/syscalls.master2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master
index ea790c7..49ebef9 100644
--- a/sys/i386/linux/syscalls.master
+++ b/sys/i386/linux/syscalls.master
@@ -120,7 +120,7 @@
l_gid16_t egid); }
72 STD LINUX { int linux_sigsuspend(l_int hist0, l_int hist1, \
l_osigset_t mask); }
-73 STD LINUX { int linux_sigpending(l_osigset_t *mask); }
+73 MSTD LINUX { int linux_sigpending(l_osigset_t *mask); }
74 MNOPROTO LINUX { int osethostname(char *hostname, u_int len); } \
osethostname sethostname_args int
75 STD LINUX { int linux_setrlimit(l_uint resource, \
OpenPOWER on IntegriCloud