From: Julian Seward Date: Thu, 26 Jan 2006 14:25:51 +0000 (+0000) Subject: ppc32-linux: enable __NR_statfs X-Git-Tag: svn/VALGRIND_3_2_0~317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a0007121777bfac13e05987a8b7913e7e7d3b40;p=thirdparty%2Fvalgrind.git ppc32-linux: enable __NR_statfs git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5594 --- diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index 6d98cdd31e..5b5c0244c4 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c @@ -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 diff --git a/coregrind/vki_unistd-ppc32-linux.h b/coregrind/vki_unistd-ppc32-linux.h index aa32dbf898..968de27bdc 100644 --- a/coregrind/vki_unistd-ppc32-linux.h +++ b/coregrind/vki_unistd-ppc32-linux.h @@ -128,7 +128,7 @@ #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