diff options
author | 2000-03-18 21:39:15 +0000 | |
---|---|---|
committer | 2000-03-18 21:39:15 +0000 | |
commit | fce0229eb136084b51e065a18c9799e0fe342e8e (patch) | |
tree | 2085cbc9cdd896b3a14dd289038a4a0aefdf8262 /sys/compat/linux/linux_syscall.h | |
parent | Implement vfork (ok jasoni). (diff) | |
download | wireguard-openbsd-fce0229eb136084b51e065a18c9799e0fe342e8e.tar.xz wireguard-openbsd-fce0229eb136084b51e065a18c9799e0fe342e8e.zip |
Sync.
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index b856783f5cf..f4afd6c6ce9 100644 --- a/sys/compat/linux/linux_syscall.h +++ b/sys/compat/linux/linux_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: linux_syscall.h,v 1.16 2000/03/13 08:18:56 jasoni Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.17 2000/03/18 21:39:15 ian Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.17 2000/03/13 08:18:30 jasoni Exp + * created from OpenBSD: syscalls.master,v 1.18 2000/03/18 21:36:02 ian Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -411,4 +411,7 @@ /* syscall: "chown" ret: "int" args: "char *" "int" "int" */ #define LINUX_SYS_chown 182 +/* syscall: "vfork" ret: "int" args: */ +#define LINUX_SYS_vfork 190 + #define LINUX_SYS_MAXSYSCALL 191 |