From: Martin Willi Date: Mon, 8 Dec 2008 15:27:24 +0000 (-0000) Subject: whitelisted another pthread_setspecific implementation X-Git-Tag: 4.2.10~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9eb85cffe1d68213dbb39807f91cf334f9dfc3d8;p=thirdparty%2Fstrongswan.git whitelisted another pthread_setspecific implementation --- diff --git a/src/libstrongswan/utils/leak_detective.c b/src/libstrongswan/utils/leak_detective.c index c79d75f797..abb470f46a 100644 --- a/src/libstrongswan/utils/leak_detective.c +++ b/src/libstrongswan/utils/leak_detective.c @@ -160,6 +160,7 @@ char *whitelist[] = { /* pthread stuff */ "pthread_create", "pthread_setspecific", + "__pthread_setspecific", /* glibc functions */ "mktime", "__gmtime_r",