diff options
Diffstat (limited to 'pthread/pt-create.c')
-rw-r--r-- | pthread/pt-create.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pthread/pt-create.c b/pthread/pt-create.c index 84044dc..d88afae 100644 --- a/pthread/pt-create.c +++ b/pthread/pt-create.c @@ -28,7 +28,7 @@ #include <pt-internal.h> -#ifdef IS_IN_libpthread +#if 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 -#ifdef IS_IN_libpthread +#if IS_IN (libpthread) /* Initialize pointers to locale data. */ __ctype_init (); #endif |