aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2003-04-01 01:22:18 +0000
committerJeff Roberson <jeff@FreeBSD.org>2003-04-01 01:22:18 +0000
commit8af830c3744a32792a470c54d0c7528b06fe9a30 (patch)
tree6e7bf5e3d862fa2934de6e2937ef42aed1452b9c /sys/sys/syscall.h
parenta0704f9de9b70eab942b67914916c10c95fba703 (diff)
downloadsrc-8af830c3744a32792a470c54d0c7528b06fe9a30.tar.gz
src-8af830c3744a32792a470c54d0c7528b06fe9a30.zip
- Regen for umtx.
Notes
Notes: svn path=/head/; revision=112909
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 17fcc322ebca..1b96b8a9c03d 100644
--- a/sys/sys/syscall.h
+++ b/sys/sys/syscall.h
@@ -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
*/
#define SYS_syscall 0
@@ -341,4 +341,6 @@
#define SYS_thr_exit 431
#define SYS_thr_self 432
#define SYS_thr_kill 433
-#define SYS_MAXSYSCALL 434
+#define SYS__umtx_lock 434
+#define SYS__umtx_unlock 435
+#define SYS_MAXSYSCALL 436