summaryrefslogtreecommitdiff
path: root/pthread/pt-create.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-05-06 23:55:40 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-05-06 23:55:40 +0200
commitc6fc9fbb8e0d2e0a8147197c31589cdc96497e07 (patch)
tree51577b62dd3802753fa9cedcaca4f5c0c62da5f3 /pthread/pt-create.c
parent0ef7b75c4ba91b6660f0d3d8b51d14d25e3d5bfb (diff)
Revert "Stop using IS_IN"
This reverts commit 44ae774bed1a75ea926590f1bc7c9f3328219832.
Diffstat (limited to 'pthread/pt-create.c')
-rw-r--r--pthread/pt-create.c4
1 files changed, 2 insertions, 2 deletions
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 <pt-internal.h>
-#if IS_IN (libpthread)
+#ifdef IS_IN_libpthread
# include <ctype.h>
#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