summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/pthreadP.h
diff options
context:
space:
mode:
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
commite0ad44d100a1c8f1ef604bc5d59ce9fdb97ceee8 (patch)
tree2e72241b37b48f9513a32839db360b970ece65b6 /libpthread/nptl/pthreadP.h
parentd5032ef22f81afcaca7568c85adeafd186797370 (diff)
downloaduClibc-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.h4
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>