From: Ethan Jackson Date: Mon, 29 Jul 2013 22:27:15 +0000 (-0700) Subject: valgrind: Update glibc timer_create() suppression. X-Git-Tag: sliver-openvswitch-2.0.90-1~34^2~15 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=e6d76c682eacd8008a47af682d0d7ca74ffd23f4;p=sliver-openvswitch.git valgrind: Update glibc timer_create() suppression. For some reason the current suppression fails to actually suppress the warning. Signed-off-by: Ethan Jackson --- diff --git a/tests/glibc.supp b/tests/glibc.supp index 52d17bc99..948ee013f 100644 --- a/tests/glibc.supp +++ b/tests/glibc.supp @@ -11,6 +11,7 @@ timer_create Memcheck:Param timer_create(evp) - fun:timer_create + ... + fun:set_up_timer }