diff options
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index f723cc06d62..72964bf40dd 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.19 2000/03/28 06:36:29 jasoni Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.20 2000/04/04 05:32:17 jasoni Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.20 2000/03/28 06:35:57 jasoni Exp + * created from OpenBSD: syscalls.master,v 1.21 2000/04/04 05:31:50 jasoni Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -411,6 +411,12 @@ /* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */ #define LINUX_SYS_rt_sigsuspend 179 +/* syscall: "pread" ret: "int" args: "int" "char *" "size_t" "linux_off_t" */ +#define LINUX_SYS_pread 180 + +/* syscall: "pwrite" ret: "int" args: "int" "char *" "size_t" "linux_off_t" */ +#define LINUX_SYS_pwrite 181 + /* syscall: "chown" ret: "int" args: "char *" "int" "int" */ #define LINUX_SYS_chown 182 |