Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 18:04:34 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100076 for review
Message-ID:  <200606261804.k5QI4Yxm003692@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100076

Change 100076 by jhb@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); }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606261804.k5QI4Yxm003692>