]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Enable sys_getpriority and sys_setpriority for ppc64.
authorMark Wielaard <mark@klomp.org>
Mon, 10 Mar 2014 14:45:32 +0000 (14:45 +0000)
committerMark Wielaard <mark@klomp.org>
Mon, 10 Mar 2014 14:45:32 +0000 (14:45 +0000)
Bug 331830 - ppc64: WARNING: unhandled syscall: 96/97
(Miroslav Franc, mfranc@redhat.com)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13861

NEWS
coregrind/m_syswrap/syswrap-ppc64-linux.c

diff --git a/NEWS b/NEWS
index b87b24e6e6593c0d0dafc111973ea535da5b1df0..4da1de7cf60d97ec2212111aa37052899ebfcb46 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -63,6 +63,7 @@ where XXXXXX is the bug number as listed below.
 331305  configure uses bash specific syntax
 331337  s390x WARNING: unhandled syscall: 326 (dup3)
 331380  Syscall param timer_create(evp) points to uninitialised byte(s)
+331830  ppc64: WARNING: unhandled syscall: 96/97
 n-i-bz  Fix KVM_CREATE_IRQCHIP ioctl handling
 n-i-bz  s390x: Fix memory corruption for multithreaded applications
 
index 86c67d4be68beb2b5d9e1962305b872e8c2ebee4..4673dda6c39d737bf388087ce8e7a8365379709c 100644 (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