diff options
author | John Baldwin <jhb@FreeBSD.org> | 2004-02-04 22:00:44 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2004-02-04 22:00:44 +0000 |
commit | 0804ed5acceec1fc8279a4e0af845a763058f174 (patch) | |
tree | ad0c44369e7ceb3e5e3ae87df8dc8519f0822beb /sys/i386/ibcs2/ibcs2_isc_sysent.c | |
parent | 84d018e017ea271e63985a96895438f4b4776777 (diff) |
Notes
Diffstat (limited to 'sys/i386/ibcs2/ibcs2_isc_sysent.c')
-rw-r--r-- | sys/i386/ibcs2/ibcs2_isc_sysent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/ibcs2/ibcs2_isc_sysent.c b/sys/i386/ibcs2/ibcs2_isc_sysent.c index aa9a829dd1e03..46774c80868ee 100644 --- a/sys/i386/ibcs2/ibcs2_isc_sysent.c +++ b/sys/i386/ibcs2/ibcs2_isc_sysent.c @@ -3,7 +3,7 @@ * * DO NOT EDIT-- this file is automatically generated. * $FreeBSD$ - * created from FreeBSD: src/sys/i386/ibcs2/syscalls.isc,v 1.6 2003/12/24 00:14:08 peter Exp + * created from FreeBSD: src/sys/i386/ibcs2/syscalls.isc,v 1.7 2004/02/04 21:57:00 jhb Exp */ #include <sys/param.h> @@ -34,7 +34,7 @@ struct sysent isc_sysent[] = { { 0, (sy_call_t *)getpid }, /* 13 = getpid */ { 0, (sy_call_t *)nosys }, /* 14 = isc_adduser */ { 0, (sy_call_t *)nosys }, /* 15 = isc_setuser */ - { AS(ibcs2_sysconf_args), (sy_call_t *)ibcs2_sysconf }, /* 16 = ibcs2_sysconf */ + { SYF_MPSAFE | AS(ibcs2_sysconf_args), (sy_call_t *)ibcs2_sysconf }, /* 16 = ibcs2_sysconf */ { AS(ibcs2_sigsuspend_args), (sy_call_t *)ibcs2_sigsuspend }, /* 17 = ibcs2_sigsuspend */ { AS(ibcs2_symlink_args), (sy_call_t *)ibcs2_symlink }, /* 18 = ibcs2_symlink */ { AS(ibcs2_readlink_args), (sy_call_t *)ibcs2_readlink }, /* 19 = ibcs2_readlink */ |