summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2005-10-30 02:14:37 +0000
committerdavidxu <davidxu@FreeBSD.org>2005-10-30 02:14:37 +0000
commit7ed917d56c1ca17c67ddecc4956c2c60c422d4c1 (patch)
treed2ab2b8fc8bc974e5a48f945d502243d95a43be0 /sys/kern/syscalls.c
parenta27888aa88617c03fa8acc2f08bd1088b522b4e3 (diff)
downloadFreeBSD-src-7ed917d56c1ca17c67ddecc4956c2c60c422d4c1.zip
FreeBSD-src-7ed917d56c1ca17c67ddecc4956c2c60c422d4c1.tar.gz
Regen.
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 7593e6e..b4cf508 100644
--- a/sys/kern/syscalls.c
+++ b/sys/kern/syscalls.c
@@ -3,7 +3,7 @@
*
* DO NOT EDIT-- this file is automatically generated.
* $FreeBSD$
- * created from FreeBSD: src/sys/kern/syscalls.master,v 1.202 2005/10/23 04:22:55 davidxu Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.203 2005/10/30 02:12:49 davidxu Exp
*/
const char *syscallnames[] = {
@@ -262,9 +262,9 @@ const char *syscallnames[] = {
"openbsd_poll", /* 252 = openbsd_poll */
"issetugid", /* 253 = issetugid */
"lchown", /* 254 = lchown */
- "#255", /* 255 = nosys */
- "#256", /* 256 = nosys */
- "#257", /* 257 = nosys */
+ "aio_read", /* 255 = aio_read */
+ "aio_write", /* 256 = aio_write */
+ "lio_listio", /* 257 = lio_listio */
"#258", /* 258 = nosys */
"#259", /* 259 = nosys */
"#260", /* 260 = nosys */
@@ -325,9 +325,9 @@ const char *syscallnames[] = {
"aio_suspend", /* 315 = aio_suspend */
"aio_cancel", /* 316 = aio_cancel */
"aio_error", /* 317 = aio_error */
- "aio_read", /* 318 = aio_read */
- "aio_write", /* 319 = aio_write */
- "lio_listio", /* 320 = lio_listio */
+ "oaio_read", /* 318 = oaio_read */
+ "oaio_write", /* 319 = oaio_write */
+ "olio_listio", /* 320 = olio_listio */
"yield", /* 321 = yield */
"obs_thr_sleep", /* 322 = obsolete thr_sleep */
"obs_thr_wakeup", /* 323 = obsolete thr_wakeup */
OpenPOWER on IntegriCloud