diff options
author | 2004-04-05 00:01:34 +0000 | |
---|---|---|
committer | 2004-04-05 00:01:34 +0000 | |
commit | 8addee63241c4aa4042ed5837a2be77c21e25505 (patch) | |
tree | cee2172e8315285a1f6c2cb9ba78c4838d552848 /sys/compat/linux/linux_syscall.h | |
parent | madvise works fine without translation, from Sam Smith. (diff) | |
download | wireguard-openbsd-8addee63241c4aa4042ed5837a2be77c21e25505.tar.xz wireguard-openbsd-8addee63241c4aa4042ed5837a2be77c21e25505.zip |
sync
Diffstat (limited to 'sys/compat/linux/linux_syscall.h')
-rw-r--r-- | sys/compat/linux/linux_syscall.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_syscall.h b/sys/compat/linux/linux_syscall.h index bef01d80e21..9f495dc5e6f 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.46 2003/09/04 02:57:44 tedu Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.47 2004/04/05 00:01:34 tedu Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.45 2003/09/04 02:57:22 tedu Exp + * created from OpenBSD: syscalls.master,v 1.46 2004/04/05 00:01:12 tedu Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -673,7 +673,7 @@ /* syscall: "mincore" ret: "int" args: */ #define LINUX_SYS_mincore 218 -/* syscall: "madvise" ret: "int" args: */ +/* syscall: "madvise" ret: "int" args: "void *" "size_t" "int" */ #define LINUX_SYS_madvise 219 /* syscall: "getdents64" ret: "int" args: "int" "void *" "unsigned" */ |