diff options
Diffstat (limited to 'libpthread/nptl/pthreadP.h')
-rw-r--r-- | libpthread/nptl/pthreadP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/nptl/pthreadP.h b/libpthread/nptl/pthreadP.h index 24168146f..667802fad 100644 --- a/libpthread/nptl/pthreadP.h +++ b/libpthread/nptl/pthreadP.h @@ -27,7 +27,11 @@ #include "descr.h" #include <tls.h> #include <lowlevellock.h> +#ifdef __UCLIBC__ +#include <bits/stackinfo.h> +#else #include <stackinfo.h> +#endif #include <internaltypes.h> #include <pthread-functions.h> #include <atomic.h> |