diff options
author | 2001-01-29 07:24:18 +0000 | |
---|---|---|
committer | 2001-01-29 07:24:18 +0000 | |
commit | 78ed59ec2af967bdb8dee964c27bdd013ff07586 (patch) | |
tree | 44398e2159a262bdd8792ecc70ec3025a526a683 /sys/compat/linux/linux_syscall.h | |
parent | implement ftruncate64 (diff) | |
download | wireguard-openbsd-78ed59ec2af967bdb8dee964c27bdd013ff07586.tar.xz wireguard-openbsd-78ed59ec2af967bdb8dee964c27bdd013ff07586.zip |
sync
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index 49742b6cb0e..09035a42da6 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.25 2000/12/22 07:34:50 jasoni Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.26 2001/01/29 07:24:18 jasoni Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.26 2000/12/22 07:34:02 jasoni Exp + * created from OpenBSD: syscalls.master,v 1.27 2001/01/29 07:23:54 jasoni Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -598,8 +598,8 @@ /* syscall: "truncate64" ret: "int" args: "char *" "off_t" */ #define LINUX_SYS_truncate64 193 -/* syscall: "ftruncate64" ret: "int" args: */ -#define LINUX_SYS_ftruncate64 194 +/* syscall: "linux_ftruncate64" ret: "int" args: "int" "off_t" */ +#define LINUX_SYS_linux_ftruncate64 194 /* syscall: "stat64" ret: "int" args: "char *" "struct linux_stat64 *" */ #define LINUX_SYS_stat64 195 |