From d063d164335938d557460bebaa7cfe388157b627 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Sep 2011 16:50:28 -0400 Subject: Remove support for !USE___THREAD --- malloc/hooks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'malloc/hooks.c') diff --git a/malloc/hooks.c b/malloc/hooks.c index 4b1a996..403024c 100644 --- a/malloc/hooks.c +++ b/malloc/hooks.c @@ -417,7 +417,7 @@ memalign_check(alignment, bytes, caller) #ifndef NO_THREADS # ifdef _LIBC -# if USE___THREAD || !defined SHARED +# ifndef SHARED /* These routines are never needed in this configuration. */ # define NO_STARTER # endif -- cgit v1.1