diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-26 03:23:04 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-05-26 03:23:04 +0000 |
commit | e0ad44d100a1c8f1ef604bc5d59ce9fdb97ceee8 (patch) | |
tree | 2e72241b37b48f9513a32839db360b970ece65b6 /libpthread/nptl/pthreadP.h | |
parent | d5032ef22f81afcaca7568c85adeafd186797370 (diff) | |
download | uClibc-alpine-e0ad44d100a1c8f1ef604bc5d59ce9fdb97ceee8.tar.bz2 uClibc-alpine-e0ad44d100a1c8f1ef604bc5d59ce9fdb97ceee8.tar.xz |
The better solution is to simply change the file includes.
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> |