summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2003-04-01 01:22:18 +0000
committerjeff <jeff@FreeBSD.org>2003-04-01 01:22:18 +0000
commitddd831445867d7b38b022286ecc4d99f0bcbca48 (patch)
tree6e7bf5e3d862fa2934de6e2937ef42aed1452b9c /sys/kern/syscalls.c
parent5f8f1497c88f9e140c3963b2f16b9c2bb2d9fa1c (diff)
downloadFreeBSD-src-ddd831445867d7b38b022286ecc4d99f0bcbca48.zip
FreeBSD-src-ddd831445867d7b38b022286ecc4d99f0bcbca48.tar.gz
- Regen for umtx.
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r--sys/kern/syscalls.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c
index 3eb0ce0..7603389 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.145 2003/03/31 23:30:41 jeff Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.146 2003/04/01 00:31:37 jeff Exp
*/
const char *syscallnames[] = {
@@ -441,4 +441,6 @@ const char *syscallnames[] = {
"thr_exit", /* 431 = thr_exit */
"thr_self", /* 432 = thr_self */
"thr_kill", /* 433 = thr_kill */
+ "_umtx_lock", /* 434 = _umtx_lock */
+ "_umtx_unlock", /* 435 = _umtx_unlock */
};
OpenPOWER on IntegriCloud