diff options
| author | jdolecek <jdolecek@NetBSD.org> | 2004-09-20 18:42:23 +0000 |
|---|---|---|
| committer | jdolecek <jdolecek@NetBSD.org> | 2004-09-20 18:42:23 +0000 |
| commit | 43b3feff284536ec48dba06aefc8d9f05ab25460 (patch) | |
| tree | a8dff0c42be607291a97df081846f06ad56aa4f2 /sys/compat/linux/arch/powerpc/linux_syscall.h | |
| parent | 110cc1cc6195d1f81ae9d063e061403c6854917e (diff) | |
regen:
implement support for Linux statfs64() syscall - 64bit variant of statfs()
Diffstat (limited to 'sys/compat/linux/arch/powerpc/linux_syscall.h')
| -rw-r--r-- | sys/compat/linux/arch/powerpc/linux_syscall.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/compat/linux/arch/powerpc/linux_syscall.h b/sys/compat/linux/arch/powerpc/linux_syscall.h index 6181916adcd..480465e6989 100644 --- a/sys/compat/linux/arch/powerpc/linux_syscall.h +++ b/sys/compat/linux/arch/powerpc/linux_syscall.h @@ -1,10 +1,10 @@ -/* $NetBSD: linux_syscall.h,v 1.25 2004/09/08 19:46:18 jdolecek Exp $ */ +/* $NetBSD: linux_syscall.h,v 1.26 2004/09/20 18:42:23 jdolecek Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.19 2004/09/08 19:45:22 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.20 2004/09/20 18:41:07 jdolecek Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -507,5 +507,11 @@ /* syscall: "exit_group" ret: "int" args: "int" */ #define LINUX_SYS_exit_group 234 +/* syscall: "statfs64" ret: "int" args: "const char *" "size_t" "struct linux_statfs64 *" */ +#define LINUX_SYS_statfs64 252 + +/* syscall: "fstatfs64" ret: "int" args: "int" "size_t" "struct linux_statfs64 *" */ +#define LINUX_SYS_fstatfs64 253 + #define LINUX_SYS_MAXSYSCALL 269 #define LINUX_SYS_NSYSENT 512 |
