summaryrefslogtreecommitdiff
path: root/sys/compat/bsdos/bsdos_syscall.h
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-09-03 13:21:52 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-09-03 13:21:52 +0000
commit5f0c33b983ba3e26e3dd43241ee7a46e4f66a024 (patch)
tree31c2afffc63493c4d6d5db573f3ccf8dcb784d3a /sys/compat/bsdos/bsdos_syscall.h
parentd27e2367a19ae6d7574a1ad104b15b1ac906695d (diff)
regen
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscall.h')
-rw-r--r--sys/compat/bsdos/bsdos_syscall.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/sys/compat/bsdos/bsdos_syscall.h b/sys/compat/bsdos/bsdos_syscall.h
index 2965eaf4e32..a0f4c5ea368 100644
--- a/sys/compat/bsdos/bsdos_syscall.h
+++ b/sys/compat/bsdos/bsdos_syscall.h
@@ -2,7 +2,7 @@
* System call numbers.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.1 1997/09/02 08:51:16 downsj Exp
+ * created from OpenBSD: syscalls.master,v 1.2 1997/09/03 13:20:55 downsj Exp
*/
#define BSDOS_SYS_syscall 0
@@ -184,4 +184,17 @@
#define BSDOS_SYS___sysctl 202
#define BSDOS_SYS_mlock 203
#define BSDOS_SYS_munlock 204
-#define BSDOS_SYS_MAXSYSCALL 211
+#define BSDOS_SYS_undelete 205
+#define BSDOS_SYS___semctl 220
+#define BSDOS_SYS_semget 221
+#define BSDOS_SYS_semop 222
+#define BSDOS_SYS_semconfig 223
+#define BSDOS_SYS_msgctl 224
+#define BSDOS_SYS_msgget 225
+#define BSDOS_SYS_msgsnd 226
+#define BSDOS_SYS_msgrcv 227
+#define BSDOS_SYS_shmat 228
+#define BSDOS_SYS_shmctl 229
+#define BSDOS_SYS_shmdt 230
+#define BSDOS_SYS_shmget 231
+#define BSDOS_SYS_MAXSYSCALL 232