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 --- nptl_db/thread_dbP.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl_db') diff --git a/nptl_db/thread_dbP.h b/nptl_db/thread_dbP.h index 712fa3aeb6..7e7d1d5535 100644 --- a/nptl_db/thread_dbP.h +++ b/nptl_db/thread_dbP.h @@ -27,7 +27,7 @@ #include #include "proc_service.h" #include "thread_db.h" -#include "../nptl/pthreadP.h" /* This is for *_BITMASK only. */ +#include /* This is for *_BITMASK only. */ #include #include #include -- cgit 1.4.1