From 3c79234c7a9cf57aa79e84745493dfad1a7c72fc Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 22 Jun 2021 09:50:27 +0200 Subject: nptl: Move pthreadP.h into sysdeps directory This mirrors the situation on Hurd. These directories are on the include search part, so #include works after this change on both Hurd and nptl. Reviewed-by: Adhemerval Zanella --- sysdeps/nptl/jmp-unwind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/nptl/jmp-unwind.c') diff --git a/sysdeps/nptl/jmp-unwind.c b/sysdeps/nptl/jmp-unwind.c index 96c4862c74..5254c16b81 100644 --- a/sysdeps/nptl/jmp-unwind.c +++ b/sysdeps/nptl/jmp-unwind.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include void _longjmp_unwind (jmp_buf env, int val) -- cgit 1.4.1