|
From: Tom H. <th...@cy...> - 2005-01-17 15:19:08
|
CVS commit by thughes:
Add some of the LinuxThreads suppressions to the glibc 2.2 suppressions.
M +8 -0 glibc-2.2.supp 1.29
--- valgrind/glibc-2.2.supp #1.28:1.29
@@ -471,2 +471,10 @@
obj:/usr/X11R6/lib/libXt.so.6.0
}
+
+# LinuxThreads suppressesion
+{
+ LinuxThreads: write/pthread_create
+ Memcheck:Param
+ write(buf)
+ fun:pthread_create@@GLIBC_2.1
+}
|