summaryrefslogtreecommitdiffstats
path: root/sys/i386/ibcs2/ibcs2_xenix_sysent.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-02-04 22:00:44 +0000
committerjhb <jhb@FreeBSD.org>2004-02-04 22:00:44 +0000
commit27c73ac133cce8b7ad1bf63fc1de1636787b891b (patch)
treead0c44369e7ceb3e5e3ae87df8dc8519f0822beb /sys/i386/ibcs2/ibcs2_xenix_sysent.c
parent7f04df28f522258df41c8ccd67c60123fc8c5e1e (diff)
downloadFreeBSD-src-27c73ac133cce8b7ad1bf63fc1de1636787b891b.zip
FreeBSD-src-27c73ac133cce8b7ad1bf63fc1de1636787b891b.tar.gz
Regen.
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_xenix_sysent.c')
-rw-r--r--sys/i386/ibcs2/ibcs2_xenix_sysent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/ibcs2/ibcs2_xenix_sysent.c b/sys/i386/ibcs2/ibcs2_xenix_sysent.c
index ab12bc7..667ec5a 100644
--- a/sys/i386/ibcs2/ibcs2_xenix_sysent.c
+++ b/sys/i386/ibcs2/ibcs2_xenix_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.7 2003/12/24 00:14:08 peter Exp
+ * created from FreeBSD: src/sys/i386/ibcs2/syscalls.xenix,v 1.8 2004/02/04 21:57:00 jhb Exp
*/
#include <sys/param.h>
@@ -62,7 +62,7 @@ struct sysent xenix_sysent[] = {
{ AS(ibcs2_sigsuspend_args), (sy_call_t *)ibcs2_sigsuspend }, /* 42 = ibcs2_sigsuspend */
{ AS(ibcs2_getgroups_args), (sy_call_t *)ibcs2_getgroups }, /* 43 = ibcs2_getgroups */
{ AS(ibcs2_setgroups_args), (sy_call_t *)ibcs2_setgroups }, /* 44 = ibcs2_setgroups */
- { AS(ibcs2_sysconf_args), (sy_call_t *)ibcs2_sysconf }, /* 45 = ibcs2_sysconf */
+ { SYF_MPSAFE | AS(ibcs2_sysconf_args), (sy_call_t *)ibcs2_sysconf }, /* 45 = ibcs2_sysconf */
{ AS(ibcs2_pathconf_args), (sy_call_t *)ibcs2_pathconf }, /* 46 = ibcs2_pathconf */
{ AS(ibcs2_fpathconf_args), (sy_call_t *)ibcs2_fpathconf }, /* 47 = ibcs2_fpathconf */
{ AS(ibcs2_rename_args), (sy_call_t *)ibcs2_rename }, /* 48 = ibcs2_rename */
OpenPOWER on IntegriCloud