PERFORCE change 99894 for review
John Baldwin
jhb at FreeBSD.org
Fri Jun 23 21:17:12 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=99894
Change 99894 by jhb at jhb_mutex on 2006/06/23 21:17:07
linux_ipc() MPSAFE.
Affected files ...
.. //depot/projects/smpng/sys/amd64/linux32/syscalls.master#12 edit
.. //depot/projects/smpng/sys/i386/linux/syscalls.master#30 edit
Differences ...
==== //depot/projects/smpng/sys/amd64/linux32/syscalls.master#12 (text+ko) ====
@@ -212,7 +212,7 @@
struct l_rusage *rusage); }
115 AUE_SWAPOFF MSTD { int linux_swapoff(void); }
116 AUE_NULL MSTD { int linux_sysinfo(struct l_sysinfo *info); }
-117 AUE_NULL STD { int linux_ipc(l_uint what, l_int arg1, \
+117 AUE_NULL MSTD { int linux_ipc(l_uint what, l_int arg1, \
l_int arg2, l_int arg3, void *ptr, \
l_long arg5); }
118 AUE_FSYNC MNOPROTO { int fsync(int fd); }
==== //depot/projects/smpng/sys/i386/linux/syscalls.master#30 (text+ko) ====
@@ -213,7 +213,7 @@
struct l_rusage *rusage); }
115 AUE_SWAPOFF MSTD { int linux_swapoff(void); }
116 AUE_NULL MSTD { int linux_sysinfo(struct l_sysinfo *info); }
-117 AUE_NULL STD { int linux_ipc(l_uint what, l_int arg1, \
+117 AUE_NULL MSTD { int linux_ipc(l_uint what, l_int arg1, \
l_int arg2, l_int arg3, void *ptr, \
l_long arg5); }
118 AUE_FSYNC MNOPROTO { int fsync(int fd); }
More information about the p4-projects
mailing list