From e6d76c682eacd8008a47af682d0d7ca74ffd23f4 Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Mon, 29 Jul 2013 15:27:15 -0700 Subject: [PATCH] valgrind: Update glibc timer_create() suppression. For some reason the current suppression fails to actually suppress the warning. Signed-off-by: Ethan Jackson --- tests/glibc.supp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 } -- 2.20.1