PERFORCE change 100076 for review

John Baldwin jhb at FreeBSD.org
Mon Jun 26 18:52:26 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100076

Change 100076 by jhb at jhb_mutex on 2006/06/26 18:04:13

	svr4_sys_semsys() is MPSAFE.

Affected files ...

.. //depot/projects/smpng/sys/compat/svr4/syscalls.master#13 edit

Differences ...

==== //depot/projects/smpng/sys/compat/svr4/syscalls.master#13 (text+ko) ====

@@ -102,7 +102,7 @@
 51	AUE_NULL	UNIMPL	acct
 52	AUE_NULL	MSTD	{ int svr4_sys_shmsys(int what, int a2, \
 				    int a3, int a4, int a5); }
-53	AUE_NULL	STD	{ int svr4_sys_semsys(int what, int a2, \
+53	AUE_NULL	MSTD	{ int svr4_sys_semsys(int what, int a2, \
 				    int a3, int a4, int a5); }
 54	AUE_NULL	STD	{ int svr4_sys_ioctl(int fd, u_long com, \
 				    caddr_t data); }


More information about the p4-projects mailing list