ce426f
commit f8bdf1f0b623f05a80cb23890f165cb0cf8bd8c3
ce426f
Author: Stefan Liebler <stli@linux.vnet.ibm.com>
ce426f
Date:   Mon May 26 11:12:44 2014 +0200
ce426f
ce426f
    Fix typo in tst-mutex5 ifndef -> ifdef
ce426f
Index: glibc-2.17-c758a686/nptl/tst-mutex5.c
ce426f
===================================================================
ce426f
--- glibc-2.17-c758a686.orig/nptl/tst-mutex5.c
ce426f
+++ glibc-2.17-c758a686/nptl/tst-mutex5.c
ce426f
@@ -87,7 +87,7 @@ do_test (void)
ce426f
     }
ce426f
 
ce426f
   /* Elided locks do not time out.  */
ce426f
-#ifdef ENABLE_LOCK_ELISION
ce426f
+#ifndef ENABLE_LOCK_ELISION
ce426f
   if (pthread_mutex_trylock (&m) == 0)
ce426f
     {
ce426f
       puts ("mutex_trylock succeeded");