diff options
Diffstat (limited to 'libpthread/nptl_db/thread_dbP.h')
| -rw-r--r-- | libpthread/nptl_db/thread_dbP.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/nptl_db/thread_dbP.h b/libpthread/nptl_db/thread_dbP.h index c53d1ed94..c3d263b0c 100644 --- a/libpthread/nptl_db/thread_dbP.h +++ b/libpthread/nptl_db/thread_dbP.h @@ -30,6 +30,10 @@ #include "thread_db.h" #include "../nptl/pthreadP.h" /* This is for *_BITMASK only. */ +#ifdef __UCLIBC__ +#define __alloca alloca +#endif + /* Indeces for the symbol names. */ enum { |
