|
From: Jeremy F. <je...@go...> - 2005-02-21 18:24:54
|
CVS commit by fitzhardinge:
Use the non-_internal symbol in the libpthread strstr suppression.
M +2 -2 glibc-2.3.supp 1.23
--- valgrind/glibc-2.3.supp #1.22:1.23
@@ -251,5 +251,5 @@
Memcheck:Cond
fun:strstr
- fun:__pthread_initialize_minimal_internal
+ fun:__pthread_initialize_minimal
obj:/lib/tls/libpthread-0.61.so
obj:/lib/tls/libpthread-0.61.so
@@ -359,5 +359,5 @@
Memcheck:Cond
fun:strstr
- fun:__pthread_initialize_minimal_internal
+ fun:__pthread_initialize_minimal
obj:/lib/tls/libpthread-2.3.4.so
obj:/lib/tls/libpthread-2.3.4.so
|