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