aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-09-19 00:48:57 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-09-19 00:48:57 +0000
commit3ffb9fadc8295f73c9a876e2ecaea17e89aa1384 (patch)
treec560a7a564486442a8ad7abb02957356593bb2f9 /sys/sys/syscall.h
parent6d5dec35b788d3e8bd2d1293473085ad731f9598 (diff)
downloadsrc-3ffb9fadc8295f73c9a876e2ecaea17e89aa1384.tar.gz
src-3ffb9fadc8295f73c9a876e2ecaea17e89aa1384.zip
Regen for added syscalls.
Notes
Notes: svn path=/head/; revision=103575
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 7496035264a3..c2bd5781ebaa 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -308,4 +308,13 @@
#define SYS_uuidgen 392
#define SYS_sendfile 393
#define SYS_mac_syscall 394
-#define SYS_MAXSYSCALL 395
+#define SYS_ksem_close 400
+#define SYS_ksem_post 401
+#define SYS_ksem_wait 402
+#define SYS_ksem_trywait 403
+#define SYS_ksem_init 404
+#define SYS_ksem_open 405
+#define SYS_ksem_unlink 406
+#define SYS_ksem_getvalue 407
+#define SYS_ksem_destroy 408
+#define SYS_MAXSYSCALL 409