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/mips/linux_syscalls.c | |
| parent | 110cc1cc6195d1f81ae9d063e061403c6854917e (diff) | |
regen:
implement support for Linux statfs64() syscall - 64bit variant of statfs()
Diffstat (limited to 'sys/compat/linux/arch/mips/linux_syscalls.c')
| -rw-r--r-- | sys/compat/linux/arch/mips/linux_syscalls.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/compat/linux/arch/mips/linux_syscalls.c b/sys/compat/linux/arch/mips/linux_syscalls.c index f93a785239f..aa07d2b1845 100644 --- a/sys/compat/linux/arch/mips/linux_syscalls.c +++ b/sys/compat/linux/arch/mips/linux_syscalls.c @@ -1,14 +1,14 @@ -/* $NetBSD: linux_syscalls.c,v 1.18 2004/09/08 19:46:18 jdolecek Exp $ */ +/* $NetBSD: linux_syscalls.c,v 1.19 2004/09/20 18:42:23 jdolecek Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.15 2004/09/08 19:45:22 jdolecek Exp + * created from NetBSD: syscalls.master,v 1.16 2004/09/20 18:41:07 jdolecek Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.18 2004/09/08 19:46:18 jdolecek Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_syscalls.c,v 1.19 2004/09/20 18:42:23 jdolecek Exp $"); #if defined(_KERNEL_OPT) #if defined(_KERNEL_OPT) @@ -287,8 +287,8 @@ const char *const linux_syscallnames[] = { "#252 (unimplemented set_tid_address)", /* 252 = unimplemented set_tid_address */ "#253 (unimplemented restart_syscall)", /* 253 = unimplemented restart_syscall */ "#254 (unimplemented fadvise64)", /* 254 = unimplemented fadvise64 */ - "#255 (unimplemented statfs64)", /* 255 = unimplemented statfs64 */ - "#256 (unimplemented fstatfs64)", /* 256 = unimplemented fstatfs64 */ + "statfs64", /* 255 = statfs64 */ + "fstatfs64", /* 256 = fstatfs64 */ "#257 (unimplemented timer_create)", /* 257 = unimplemented timer_create */ "#258 (unimplemented timer_settime)", /* 258 = unimplemented timer_settime */ "#259 (unimplemented timer_gettime)", /* 259 = unimplemented timer_gettime */ |
