diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-22 09:50:27 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-22 09:51:10 +0200 |
commit | 3c79234c7a9cf57aa79e84745493dfad1a7c72fc (patch) | |
tree | a5dea87d81bcea5a6b1540be7d69ce3b662abb6d /nptl_db | |
parent | daa3fc9bff55c1f8368a464ec802ab620901344e (diff) | |
download | glibc-3c79234c7a9cf57aa79e84745493dfad1a7c72fc.tar.gz glibc-3c79234c7a9cf57aa79e84745493dfad1a7c72fc.tar.xz glibc-3c79234c7a9cf57aa79e84745493dfad1a7c72fc.zip |
nptl: Move pthreadP.h into sysdeps directory
This mirrors the situation on Hurd. These directories are on the include search part, so #include <pthreadP.h> works after this change on both Hurd and nptl. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'nptl_db')
-rw-r--r-- | nptl_db/thread_dbP.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <assert.h> #include "proc_service.h" #include "thread_db.h" -#include "../nptl/pthreadP.h" /* This is for *_BITMASK only. */ +#include <pthreadP.h> /* This is for *_BITMASK only. */ #include <list.h> #include <gnu/lib-names.h> #include <libc-diag.h> |