Linux/ppc: Added support for the ppoll() system call.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11655
This commit is contained in:
Bart Van Assche
2011-03-18 17:47:38 +00:00
parent aca925fd10
commit a170de4e78
2 changed files with 4 additions and 0 deletions

View File

@@ -1854,6 +1854,8 @@ static SyscallTableEntry syscall_table[] = {
PLAXY(__NR_spu_run, sys_spu_run), // 278
PLAX_(__NR_spu_create, sys_spu_create), // 279
LINXY(__NR_ppoll, sys_ppoll), // 281
LINXY(__NR_openat, sys_openat), // 286
LINX_(__NR_mkdirat, sys_mkdirat), // 287
LINX_(__NR_mknodat, sys_mknodat), // 288