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:
Mark Wielaard
2014-03-10 14:45:32 +00:00
parent d59e0ef2a4
commit 2a54eefde2
2 changed files with 3 additions and 2 deletions

View File

@@ -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