aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscall.mk
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.mk
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.mk')
-rw-r--r--sys/sys/syscall.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk
index e993101cbfa2..d083aea31734 100644
--- a/sys/sys/syscall.mk
+++ b/sys/sys/syscall.mk
@@ -1,7 +1,7 @@
# FreeBSD system call names.
# 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
MIASM = \
syscall.o \
exit.o \
@@ -286,4 +286,6 @@ MIASM = \
thr_create.o \
thr_exit.o \
thr_self.o \
- thr_kill.o
+ thr_kill.o \
+ _umtx_lock.o \
+ _umtx_unlock.o