aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscall.mk
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2004-12-25 13:02:50 +0000
committerDavid Xu <davidxu@FreeBSD.org>2004-12-25 13:02:50 +0000
commitc180db2bce596f4c8ab83495c1a8da9197209480 (patch)
tree2eeba36fb1ca4e8e0a8e9c76f7a214b11c07a3a2 /sys/sys/syscall.mk
parent8b37fbabb45fa792a44609fca23f56bea7380b34 (diff)
downloadsrc-c180db2bce596f4c8ab83495c1a8da9197209480.tar.gz
src-c180db2bce596f4c8ab83495c1a8da9197209480.zip
Make _umtx_op() as more general interface, the final parameter needn't be
timespec pointer, every parameter will be interpreted by its opcode.
Notes
Notes: svn path=/head/; revision=139292
Diffstat (limited to 'sys/sys/syscall.mk')
-rw-r--r--sys/sys/syscall.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/syscall.mk b/sys/sys/syscall.mk
index c66620eb78b8..dfbe0be3c124 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.180 2004/11/25 12:07:28 phk Exp
+# created from FreeBSD: src/sys/kern/syscalls.master,v 1.181 2004/12/18 12:52:44 davidxu Exp
MIASM = \
syscall.o \
exit.o \