]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enable sys_fchmod and sys_fchown.
authorJulian Seward <jseward@acm.org>
Fri, 29 Jul 2005 22:01:19 +0000 (22:01 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 29 Jul 2005 22:01:19 +0000 (22:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4296

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

index 89ae10ab7bf5e5f6cb91a5887240f8b232a3b303..86e0489823fbf8d8a12cd3658085f5a1cc0ca4c7 100644 (file)
@@ -2065,9 +2065,9 @@ const SyscallTableEntry ML_(syscall_table)[] = {
    GENXY(__NR_munmap,            sys_munmap),                 // 91
 //..    GENX_(__NR_truncate,          sys_truncate),          // 92
 //..    GENX_(__NR_ftruncate,         sys_ftruncate),         // 93
-//..    GENX_(__NR_fchmod,            sys_fchmod),            // 94
-//.. 
-//..    GENX_(__NR_fchown,            sys_fchown16),          // 95
+   GENX_(__NR_fchmod,            sys_fchmod),            // 94
+
+   GENX_(__NR_fchown,            sys_fchown16),          // 95
 //..    GENX_(__NR_getpriority,       sys_getpriority),       // 96
 //..    GENX_(__NR_setpriority,       sys_setpriority),       // 97
 //..    GENX_(__NR_profil,            sys_ni_syscall),        // 98
index 1e0551bdc37167619e480050b09a8f1fe5245752..f4a9bd20c7ee0a6989bd60d03966241c5aa3a5e1 100644 (file)
 #define __NR_munmap                     91
 //#define __NR_truncate                         92
 //#define __NR_ftruncate                93
-//#define __NR_fchmod                   94
-//#define __NR_fchown                   95
+#define __NR_fchmod                     94
+#define __NR_fchown                     95
 //#define __NR_getpriority              96
 //#define __NR_setpriority              97
 //#define __NR_profil                   98