A new kind of error: PThread errors.  Used to report detected misuse in
the pthread_* API.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@379 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/glibc-2.2.supp b/glibc-2.2.supp
index e58567c..2c2dafe 100644
--- a/glibc-2.2.supp
+++ b/glibc-2.2.supp
@@ -16,6 +16,12 @@
 #     (optionally: caller3 name)
 #  }
 
+{
+   __pthread_mutex_unlock/__register_frame_info
+   PThread
+   fun:__pthread_mutex_unlock
+   fun:__register_frame_info
+}
 
 # even more glibc suppressions ?
 {