|
From: <sv...@va...> - 2009-07-24 10:51:19
|
Author: bart
Date: 2009-07-24 11:51:11 +0100 (Fri, 24 Jul 2009)
New Revision: 10591
Log:
Removed those suppression patterns that became superfluous because of r10584.
Modified:
trunk/darwin9-drd.supp
Modified: trunk/darwin9-drd.supp
===================================================================
--- trunk/darwin9-drd.supp 2009-07-24 09:34:37 UTC (rev 10590)
+++ trunk/darwin9-drd.supp 2009-07-24 10:51:11 UTC (rev 10591)
@@ -78,22 +78,11 @@
fun:cerror
}
{
- drd-darwin-libc-nanosleep
- drd:ConflictingAccess
- ...
- fun:nanosleep$UNIX2003
-}
-{
drd-darwin-libc-rand
drd:ConflictingAccess
fun:do_rand
}
{
- drd-darwin-libc-flockfile
- drd:ConflictingAccess
- fun:flockfile
-}
-{
drd-darwin-libc-vfprintf-1
drd:ConflictingAccess
fun:vfprintf_l
@@ -109,11 +98,6 @@
fun:localeconv_l
}
{
- drd-darwin-libc-fflush
- drd:ConflictingAccess
- fun:fflush
-}
-{
drd-darwin-libc-fwrite
drd:ConflictingAccess
...
@@ -164,12 +148,6 @@
fun:pthread_join$UNIX2003
}
{
- drd-darwin-pthread-join-2
- drd:ConflictingAccess
- obj:*
- fun:pthread_join*
-}
-{
drd-darwin-pthread-exit
drd:ConflictingAccess
...
|