From: Julian Seward Date: Tue, 21 Mar 2006 02:23:27 +0000 (+0000) Subject: Enable sys_fchdir on ppc32-linux. X-Git-Tag: svn/VALGRIND_3_2_0~175 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4246f1054a922517796d30a6430763e97f16d029;p=thirdparty%2Fvalgrind.git Enable sys_fchdir on ppc32-linux. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5784 --- diff --git a/coregrind/m_syswrap/syswrap-ppc32-linux.c b/coregrind/m_syswrap/syswrap-ppc32-linux.c index 73e3d0386f..f02eb18658 100644 --- a/coregrind/m_syswrap/syswrap-ppc32-linux.c +++ b/coregrind/m_syswrap/syswrap-ppc32-linux.c @@ -1606,7 +1606,7 @@ const SyscallTableEntry ML_(syscall_table)[] = { //.. GENX_(__NR_get_kernel_syms, sys_ni_syscall), // 130 //.. LINX_(__NR_quotactl, sys_quotactl), // 131 GENX_(__NR_getpgid, sys_getpgid), // 132 -//.. GENX_(__NR_fchdir, sys_fchdir), // 133 + GENX_(__NR_fchdir, sys_fchdir), // 133 //.. // (__NR_bdflush, sys_bdflush), // 134 */Linux //.. //.. // (__NR_sysfs, sys_sysfs), // 135 SVr4