]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
ppc32-linux: enable __NR_statfs
authorJulian Seward <jseward@acm.org>
Thu, 26 Jan 2006 14:25:51 +0000 (14:25 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 26 Jan 2006 14:25:51 +0000 (14:25 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5594

coregrind/m_syswrap/syswrap-ppc32-linux.c
coregrind/vki_unistd-ppc32-linux.h

index 6d98cdd31e4e0fc0f77d20c126470a48fce543e9..5b5c0244c4dabb8604b6c710f23e72728333d7e8 100644 (file)
@@ -1563,7 +1563,7 @@ const SyscallTableEntry ML_(syscall_table)[] = {
    GENX_(__NR_getpriority,       sys_getpriority),       // 96
    GENX_(__NR_setpriority,       sys_setpriority),       // 97
 //..    GENX_(__NR_profil,            sys_ni_syscall),        // 98
-//..    GENXY(__NR_statfs,            sys_statfs),            // 99
+   GENXY(__NR_statfs,            sys_statfs),            // 99
 //.. 
 //..    GENXY(__NR_fstatfs,           sys_fstatfs),           // 100
 //..    LINX_(__NR_ioperm,            sys_ioperm),            // 101
index aa32dbf898a5ad5f33341762ba345b2f1dded38d..968de27bdc721a670e74e969c226a78dfbe9e599 100644 (file)
 #define __NR_getpriority                96
 #define __NR_setpriority                97
 //#define __NR_profil                   98
-//#define __NR_statfs                   99
+#define __NR_statfs                     99
 //#define __NR_fstatfs                 100
 //#define __NR_ioperm                  101
 #define __NR_socketcall                        102