]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enable sys_lstat on ppc32.
authorJulian Seward <jseward@acm.org>
Thu, 17 Nov 2005 11:01:55 +0000 (11:01 +0000)
committerJulian Seward <jseward@acm.org>
Thu, 17 Nov 2005 11:01:55 +0000 (11:01 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5160

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

index c68b2df743b1ccfa700249deea152b51d4fc04f9..c45557cc5edde0fd14d931d8980e1fe8ca62804a 100644 (file)
@@ -1570,7 +1570,7 @@ const SyscallTableEntry ML_(syscall_table)[] = {
 //.. 
 //..    GENXY(__NR_getitimer,         sys_getitimer),         // 105
    GENXY(__NR_stat,              sys_newstat),           // 106
-//..    GENXY(__NR_lstat,             sys_newlstat),          // 107
+   GENXY(__NR_lstat,             sys_newlstat),          // 107
    GENXY(__NR_fstat,             sys_newfstat),          // 108
 //..    //   (__NR_olduname,          sys_uname),             // 109 -- obsolete
 //.. 
index 5e50a549b02bcd414220c9c205f5ad7492b0c179..8ca922fd0f53f3b0c6641ea3aa68911c15fb7dd7 100644 (file)
 #define __NR_setitimer                 104
 //#define __NR_getitimer               105
 #define __NR_stat                      106
-//#define __NR_lstat                   107
+#define __NR_lstat                     107
 #define __NR_fstat                     108
 //#define __NR_olduname                        109
 //#define __NR_iopl                    110