about summary refs log tree commit diff
path: root/sysdeps/nptl/jmp-unwind.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-07-07 09:29:06 -0700
committerRoland McGrath <roland@hack.frob.com>2014-07-07 09:29:06 -0700
commitf083450f45f580bf33fa345ddadb897dc85d78e8 (patch)
tree097dde3e3e42b0921bf778be8b1f52d2376756ef /sysdeps/nptl/jmp-unwind.c
parent08192659bbeae149e7cb1f4c43547257f7099bb0 (diff)
downloadglibc-f083450f45f580bf33fa345ddadb897dc85d78e8.tar.gz
glibc-f083450f45f580bf33fa345ddadb897dc85d78e8.tar.xz
glibc-f083450f45f580bf33fa345ddadb897dc85d78e8.zip
NPTL is no longer an add-on!
Diffstat (limited to 'sysdeps/nptl/jmp-unwind.c')
-rw-r--r--sysdeps/nptl/jmp-unwind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/jmp-unwind.c b/sysdeps/nptl/jmp-unwind.c
index b3a960c980..0ac6b27522 100644
--- a/sysdeps/nptl/jmp-unwind.c
+++ b/sysdeps/nptl/jmp-unwind.c
@@ -18,7 +18,7 @@
 
 #include <setjmp.h>
 #include <stddef.h>
-#include <pthreadP.h>
+#include <nptl/pthreadP.h>
 
 extern void __pthread_cleanup_upto (__jmp_buf env, char *targetframe);
 #pragma weak __pthread_cleanup_upto