Author: sewardj Date: 2007-12-04 16:12:54 +0000 (Tue, 04 Dec 2007) New Revision: 7273
Log: Handle semaphore-related syscalls. Modified: trunk/coregrind/m_syswrap/syswrap-ppc64-aix5.c Modified: trunk/coregrind/m_syswrap/syswrap-ppc64-aix5.c =================================================================== --- trunk/coregrind/m_syswrap/syswrap-ppc64-aix5.c 2007-12-04 10:09:24 UTC (rev 7272) +++ trunk/coregrind/m_syswrap/syswrap-ppc64-aix5.c 2007-12-04 16:12:54 UTC (rev 7273) @@ -661,6 +661,7 @@ AIXX_(__NR_AIX5__pause, sys__pause), AIXXY(__NR_AIX5__poll, sys__poll), AIXX_(__NR_AIX5__select, sys__select), + AIXX_(__NR_AIX5__sem_wait, sys__sem_wait), AIXXY(__NR_AIX5__sigaction, sys__sigaction), AIXX_(__NR_AIX5__thread_self, sys__thread_self), AIXX_(__NR_AIX5_access, sys_access), @@ -721,6 +722,8 @@ AIXX_(__NR_AIX5_privcheck, sys_privcheck), AIXX_(__NR_AIX5_rename, sys_rename), AIXXY(__NR_AIX5_sbrk, sys_sbrk), + AIXXY(__NR_AIX5_sem_init, sys_sem_init), + AIXXY(__NR_AIX5_sem_post, sys_sem_post), AIXX_(__NR_AIX5_send, sys_send), AIXX_(__NR_AIX5_setgid, sys_setgid), AIXX_(__NR_AIX5_setsockopt, sys_setsockopt), ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Valgrind-developers mailing list Valgrind-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-developers