]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
whitelisted another pthread_setspecific implementation
authorMartin Willi <martin@strongswan.org>
Mon, 8 Dec 2008 15:27:24 +0000 (15:27 -0000)
committerMartin Willi <martin@strongswan.org>
Mon, 8 Dec 2008 15:27:24 +0000 (15:27 -0000)
src/libstrongswan/utils/leak_detective.c

index c79d75f797f1e01ee71da1edc6067c5a17316587..abb470f46afc9d7e9be0c9a8793eae4ed6491a3d 100644 (file)
@@ -160,6 +160,7 @@ char *whitelist[] = {
        /* pthread stuff */
        "pthread_create",
        "pthread_setspecific",
+       "__pthread_setspecific",
        /* glibc functions */
        "mktime",
        "__gmtime_r",