From 9aa597d0457d265b9bbdc213de67a8ce9e30f60a Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 7 May 2015 00:10:50 +0200 Subject: Fix build with glibc < 2.21 * pthread/pt-internal.h: Use IS_IN_libpthread instead of IS_IN (libpthread). --- pthread/pt-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread') diff --git a/pthread/pt-internal.h b/pthread/pt-internal.h index f40dd4a..ec8daed 100644 --- a/pthread/pt-internal.h +++ b/pthread/pt-internal.h @@ -35,7 +35,7 @@ #include #include -#if IS_IN (libpthread) +#ifdef IS_IN_libpthread # include #endif -- cgit v1.2.3