From fd888bef4460b1923ee177c5fb7a3337aa1a945f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 16 Feb 2006 15:31:32 +0000 Subject: Undo earlier change and sync new linuxthreads' guard w/ old --- libpthread/linuxthreads/sysdeps/pthread/pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpthread') diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread.h b/libpthread/linuxthreads/sysdeps/pthread/pthread.h index 44e0e72a5..8c54c78bf 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/pthread.h +++ b/libpthread/linuxthreads/sysdeps/pthread/pthread.h @@ -24,7 +24,7 @@ #include #include #include -#ifdef _LIBC +#if defined _LIBC && ( defined IS_IN_libc && NOT_IN_libc ) #include #endif -- cgit v1.2.3