diff options
| author | njoly <njoly@NetBSD.org> | 2014-05-17 09:25:06 +0000 |
|---|---|---|
| committer | njoly <njoly@NetBSD.org> | 2014-05-17 09:25:06 +0000 |
| commit | 040fb0a55482b7d1eaba4d73a9f42490b7152e0e (patch) | |
| tree | b72c41753e64aa4edddd0bc7dc2cc8bf1eee0921 /sys/compat/linux/arch/amd64/linux_syscall.h | |
| parent | 6dafb846c91fe3f9c77d237ba6adda131205aa7e (diff) | |
Regen for fadvise64 offset types changes.
Diffstat (limited to 'sys/compat/linux/arch/amd64/linux_syscall.h')
| -rw-r--r-- | sys/compat/linux/arch/amd64/linux_syscall.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/arch/amd64/linux_syscall.h b/sys/compat/linux/arch/amd64/linux_syscall.h index 59ef41c2a04..12ed61f925c 100644 --- a/sys/compat/linux/arch/amd64/linux_syscall.h +++ b/sys/compat/linux/arch/amd64/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.50 2014/05/04 10:10:39 njoly Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.51 2014/05/17 09:25:06 njoly Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.48 2014/05/04 10:08:53 njoly Exp + * created from NetBSD: syscalls.master,v 1.49 2014/05/17 09:23:51 njoly Exp */ #ifndef _LINUX_SYS_SYSCALL_H_ @@ -570,7 +570,7 @@ /* syscall: "set_tid_address" ret: "int" args: "int *" */ #define LINUX_SYS_set_tid_address 218 -/* syscall: "fadvise64" ret: "int" args: "int" "linux_off_t" "size_t" "int" */ +/* syscall: "fadvise64" ret: "int" args: "int" "off_t" "size_t" "int" */ #define LINUX_SYS_fadvise64 221 /* syscall: "clock_settime" ret: "int" args: "clockid_t" "struct linux_timespec *" */ |
