From c6fc9fbb8e0d2e0a8147197c31589cdc96497e07 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 6 May 2015 23:55:40 +0200 Subject: Revert "Stop using IS_IN" This reverts commit 44ae774bed1a75ea926590f1bc7c9f3328219832. --- pthread/pt-create.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pthread/pt-create.c') diff --git a/pthread/pt-create.c b/pthread/pt-create.c index d88afae..84044dc 100644 --- a/pthread/pt-create.c +++ b/pthread/pt-create.c @@ -28,7 +28,7 @@ #include -#if IS_IN (libpthread) +#ifdef IS_IN_libpthread # include #endif #ifdef HAVE_USELOCALE @@ -50,7 +50,7 @@ entry_point (struct __pthread *self, void *(*start_routine)(void *), void *arg) __resp = &self->res_state; #endif -#if IS_IN (libpthread) +#ifdef IS_IN_libpthread /* Initialize pointers to locale data. */ __ctype_init (); #endif -- cgit v1.2.3