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/unix/sysv/linux/x86/longjmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/x86') diff --git a/sysdeps/unix/sysv/linux/x86/longjmp.c b/sysdeps/unix/sysv/linux/x86/longjmp.c index 1cc8b8dfad..25e2af7685 100644 --- a/sysdeps/unix/sysv/linux/x86/longjmp.c +++ b/sysdeps/unix/sysv/linux/x86/longjmp.c @@ -18,7 +18,7 @@ #include -#include +#include #include #ifdef __x86_64__ -- cgit 1.4.1