Reverted r11536 because it didn't have the desired effect - changing the behavior of DRD on Darwin.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11539 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc b/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc
index 0619171..3854362 100644
--- a/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc
+++ b/drd/tests/tc23_bogus_condwait.stderr.exp-linux-ppc
@@ -1,6 +1,6 @@
 
 The object at address 0x........ is not a mutex.
-   at 0x........: pthread_cond_wait_intercept (drd_pthread_intercepts.c:?)
+   at 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
    by 0x........: main (tc23_bogus_condwait.c:69)
 
 
@@ -8,6 +8,6 @@
  Invalid address alignment at address 0x........
    at 0x........: (within libpthread-?.?.so)
    by 0x........: pthread_cond_wait@@GLIBC_2.3.2(within libpthread-?.?.so)
-   by 0x........: pthread_cond_wait_intercept (drd_pthread_intercepts.c:?)
+   by 0x........: pthread_cond_wait (drd_pthread_intercepts.c:?)
 
 ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)