aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/syscall.h
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2004-02-03 05:11:31 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2004-02-03 05:11:31 +0000
commitb5426f096bded21de24b797157f50c2ef8880bc8 (patch)
tree95e25f03d3f424819995a8ab98021b66cbbb02c1 /sys/sys/syscall.h
parentaae94fbbb650665a11f2ddfdf1854db6ea677794 (diff)
downloadsrc-b5426f096bded21de24b797157f50c2ef8880bc8.tar.gz
src-b5426f096bded21de24b797157f50c2ef8880bc8.zip
Regen after adding ksem_timedwait().
Notes
Notes: svn path=/head/; revision=125369
Diffstat (limited to 'sys/sys/syscall.h')
-rw-r--r--sys/sys/syscall.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/sys/syscall.h b/sys/sys/syscall.h
index 0f99af8ca390..e73916d4dde7 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.162 2003/12/23 03:51:36 peter Exp
+ * created from FreeBSD: src/sys/kern/syscalls.master,v 1.166 2004/02/03 05:08:32 deischen Exp
*/
#define SYS_syscall 0
@@ -352,4 +352,5 @@
#define SYS_extattr_list_file 438
#define SYS_extattr_list_link 439
#define SYS_kse_switchin 440
-#define SYS_MAXSYSCALL 441
+#define SYS_ksem_timedwait 441
+#define SYS_MAXSYSCALL 442