diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread')
-rw-r--r-- | libpthread/nptl/sysdeps/pthread/pthread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/pthread.h b/libpthread/nptl/sysdeps/pthread/pthread.h index 9bc104d31..7157e4718 100644 --- a/libpthread/nptl/sysdeps/pthread/pthread.h +++ b/libpthread/nptl/sysdeps/pthread/pthread.h @@ -26,7 +26,11 @@ #define __need_sigset_t #include <signal.h> #include <bits/pthreadtypes.h> +#ifdef __UCLIBC__ #include <setjmp.h> +#else +#include <bits/setjmp.h> +#endif #include <bits/wordsize.h> |