mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 19:13:46 +00:00
Enable sys_lstat on ppc32.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5160
This commit is contained in:
parent
847c90dbfd
commit
2e084e8121
@ -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
|
||||
//..
|
||||
|
||||
@ -136,7 +136,7 @@
|
||||
#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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user