]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add epoll_ctl, epoll_pwait and epoll_wait to exp-ptrcheck. Fixes #207668.
authorTom Hughes <tom@compton.nu>
Tue, 27 Oct 2009 09:31:39 +0000 (09:31 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 27 Oct 2009 09:31:39 +0000 (09:31 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10908

exp-ptrcheck/h_main.c

index 235b6589f9ece453a2f81de108e9cfdaa17a0dd2..9930addc2872ff4ae130f898abd34429320f631d 100644 (file)
@@ -2208,6 +2208,9 @@ static void setup_post_syscall_table ( void )
       ADD(0, __NR_dup2);
       ADD(0, __NR_epoll_create);
       ADD(0, __NR_epoll_create1);
+      ADD(0, __NR_epoll_ctl);
+      ADD(0, __NR_epoll_pwait);
+      ADD(0, __NR_epoll_wait);
       ADD(0, __NR_execve); /* presumably we see this because the call failed? */
       ADD(0, __NR_exit); /* hmm, why are we still alive? */
       ADD(0, __NR_exit_group);