diff options
author | 2003-07-03 00:01:20 +0000 | |
---|---|---|
committer | 2003-07-03 00:01:20 +0000 | |
commit | d670a7cb8cf6a27ca66960b9749ad1b65797f46f (patch) | |
tree | 23e9e074d026bd14ffcbe6c09719213d9e9efd7b /sys/compat/linux/linux_syscall.h | |
parent | add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXED (diff) | |
download | wireguard-openbsd-d670a7cb8cf6a27ca66960b9749ad1b65797f46f.tar.xz wireguard-openbsd-d670a7cb8cf6a27ca66960b9749ad1b65797f46f.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 4761b177275..3422a9dfbc7 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.38 2003/05/10 17:55:56 miod Exp $ */ +/* $OpenBSD: linux_syscall.h,v 1.39 2003/07/03 00:01:20 tedu Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.37 2003/05/10 17:53:57 miod Exp + * created from OpenBSD: syscalls.master,v 1.38 2003/07/03 00:00:04 tedu Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -592,7 +592,7 @@ /* syscall: "ugetrlimit" ret: "int" args: "u_int" "struct linux_rlimit *" */ #define LINUX_SYS_ugetrlimit 191 -/* syscall: "mmap2" ret: "int" args: */ +/* syscall: "mmap2" ret: "linux_off_t" args: "unsigned long" "size_t" "int" "int" "int" "linux_off_t" */ #define LINUX_SYS_mmap2 192 /* syscall: "truncate64" ret: "int" args: "char *" "off_t" */ |