From f8bdf1f0b623f05a80cb23890f165cb0cf8bd8c3 Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Mon, 26 May 2014 11:12:44 +0200 Subject: Fix typo in tst-mutex5 ifndef -> ifdef --- nptl/tst-mutex5.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl') diff --git a/nptl/tst-mutex5.c b/nptl/tst-mutex5.c index 14d3025..a829272 100644 --- a/nptl/tst-mutex5.c +++ b/nptl/tst-mutex5.c @@ -87,7 +87,7 @@ do_test (void) } /* Elided locks do not time out. */ -#ifdef ENABLE_LOCK_ELISION +#ifndef ENABLE_LOCK_ELISION if (pthread_mutex_trylock (&m) == 0) { puts ("mutex_trylock succeeded"); -- cgit v1.1