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

@@ -1495,6 +1495,8 @@ static SyscallTableEntry syscall_table[] = {
LINX_(__NR_inotify_add_watch, sys_inotify_add_watch), // 276
LINX_(__NR_inotify_rm_watch, sys_inotify_rm_watch), // 277
LINXY(__NR_ppoll, sys_ppoll), // 281
LINXY(__NR_openat, sys_openat), // 286
LINX_(__NR_mkdirat, sys_mkdirat), // 287
LINX_(__NR_mknodat, sys_mknodat), // 288