mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 05:10:23 +00:00
Enable sys_getpriority and sys_setpriority for ppc64.
Bug 331830 - ppc64: WARNING: unhandled syscall: 96/97 (Miroslav Franc, mfranc@redhat.com) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13861
This commit is contained in:
@@ -792,8 +792,8 @@ static SyscallTableEntry syscall_table[] = {
|
||||
GENX_(__NR_fchmod, sys_fchmod), // 94
|
||||
|
||||
GENX_(__NR_fchown, sys_fchown), // 95
|
||||
// _____(__NR_getpriority, sys_getpriority), // 96
|
||||
// _____(__NR_setpriority, sys_setpriority), // 97
|
||||
GENX_(__NR_getpriority, sys_getpriority), // 96
|
||||
GENX_(__NR_setpriority, sys_setpriority), // 97
|
||||
// _____(__NR_profil, sys_profil), // 98
|
||||
GENXY(__NR_statfs, sys_statfs), // 99
|
||||
|
||||
|
||||
Reference in New Issue
Block a user