about summary refs log tree commit homepage
path: root/test/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'test/valgrind.supp')
-rw-r--r--test/valgrind.supp6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/valgrind.supp b/test/valgrind.supp
index 259fa7c..073cb0f 100644
--- a/test/valgrind.supp
+++ b/test/valgrind.supp
@@ -17,3 +17,9 @@
         fun:malloc
         obj:/usr/lib*/libkqueue.so.*
 }
+{
+        epoll-ctl-event-ptr-on-32-bit
+        Memcheck:Param
+        epoll_ctl(event)
+        fun:epoll_ctl
+}