summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-11-26 12:45:22 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-11-26 12:45:22 +0000
commite674eb31f2e368ed3c3b065be99c9997485b485e (patch)
tree4b62a6df51d25ddf781a6de9efe57f4e9eb8acc2 /sys/kern/init_sysent.c
parentdac7c81b6209bb2637aa4305624463372d836b5b (diff)
downloadFreeBSD-src-e674eb31f2e368ed3c3b065be99c9997485b485e.zip
FreeBSD-src-e674eb31f2e368ed3c3b065be99c9997485b485e.tar.gz
Regen.
Diffstat (limited to 'sys/kern/init_sysent.c')
-rw-r--r--sys/kern/init_sysent.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/kern/init_sysent.c b/sys/kern/init_sysent.c
index 23eea30..5b46335 100644
--- a/sys/kern/init_sysent.c
+++ b/sys/kern/init_sysent.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.203 2005/10/30 02:12:49 davidxu Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.204 2005/11/26 12:42:35 davidxu Exp
*/
#include "opt_compat.h"
@@ -287,12 +287,12 @@ struct sysent sysent[] = {
{ AS(aio_read_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 255 = aio_read */
{ AS(aio_write_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 256 = aio_write */
{ AS(lio_listio_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 257 = lio_listio */
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 258 = nosys */
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 259 = nosys */
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 260 = nosys */
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 261 = nosys */
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 262 = nosys */
- { 0, (sy_call_t *)nosys, AUE_NULL }, /* 263 = nosys */
+ { SYF_MPSAFE | AS(mq_open_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 258 = mq_open */
+ { SYF_MPSAFE | AS(mq_setattr_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 259 = mq_setattr */
+ { SYF_MPSAFE | AS(mq_timedreceive_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 260 = mq_timedreceive */
+ { SYF_MPSAFE | AS(mq_timedsend_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 261 = mq_timedsend */
+ { SYF_MPSAFE | AS(mq_notify_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 262 = mq_notify */
+ { SYF_MPSAFE | AS(mq_unlink_args), (sy_call_t *)lkmressys, AUE_NULL }, /* 263 = mq_unlink */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 264 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 265 = nosys */
{ 0, (sy_call_t *)nosys, AUE_NULL }, /* 266 = nosys */
OpenPOWER on IntegriCloud