]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Make suppression more flexible.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 14 Aug 2014 14:12:38 +0000 (14:12 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 14 Aug 2014 14:12:38 +0000 (14:12 +0000)
Needed for s390 running Fedora 20.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14276

drd/tests/std_thread2.supp

index 28728f3cd4cba8859587483e9702da57a031e56e..c53c2ef0bec166e17cbcdf29df257a1d350637e1 100644 (file)
@@ -6,5 +6,5 @@
 {
    pthread_create
    drd:ConflictingAccess
-   fun:pthread_create@@GLIBC_2.2.5
+   fun:pthread_create@@GLIBC_2.2*
 }