From 349ae7cabbf444bd6096f59f13e49b9d3c8c6b77 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Fri, 25 Sep 2009 14:46:46 -0700 Subject: Revert part of ecd7069ac6 This seemingly harmless warning fix causes mutex use in libc to crash... Signed-off-by: Austin Foxley --- libpthread/nptl/sysdeps/pthread/pthread.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libpthread/nptl/sysdeps/pthread/pthread.h') diff --git a/libpthread/nptl/sysdeps/pthread/pthread.h b/libpthread/nptl/sysdeps/pthread/pthread.h index a4a3b3b1d..c4bfc0e81 100644 --- a/libpthread/nptl/sysdeps/pthread/pthread.h +++ b/libpthread/nptl/sysdeps/pthread/pthread.h @@ -28,6 +28,9 @@ #include #include #include +#if defined _LIBC && ( defined IS_IN_libc || defined NOT_IN_libc ) +#include +#endif /* Detach state. */ -- cgit v1.2.3