From 1bba351004eb43b8f83cd9c58cf442a6d3e9642a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 7 May 2015 00:11:24 +0200 Subject: Revert "Fix build with glibc < 2.21" This reverts commit 9aa597d0457d265b9bbdc213de67a8ce9e30f60a. --- pthread/pt-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pthread/pt-internal.h b/pthread/pt-internal.h index ef21ac6..18b5b4c 100644 --- a/pthread/pt-internal.h +++ b/pthread/pt-internal.h @@ -35,7 +35,7 @@ #include #include -#ifdef IS_IN_libpthread +#if IS_IN (libpthread) # include #endif -- cgit v1.2.3