about summary refs log tree commit diff
path: root/sysdeps/nptl/dl-tls_init_tp.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-22 09:50:27 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-22 09:51:10 +0200
commit3c79234c7a9cf57aa79e84745493dfad1a7c72fc (patch)
treea5dea87d81bcea5a6b1540be7d69ce3b662abb6d /sysdeps/nptl/dl-tls_init_tp.c
parentdaa3fc9bff55c1f8368a464ec802ab620901344e (diff)
downloadglibc-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 'sysdeps/nptl/dl-tls_init_tp.c')
-rw-r--r--sysdeps/nptl/dl-tls_init_tp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nptl/dl-tls_init_tp.c b/sysdeps/nptl/dl-tls_init_tp.c
index b7b3bb1cdb..c3349dd14c 100644
--- a/sysdeps/nptl/dl-tls_init_tp.c
+++ b/sysdeps/nptl/dl-tls_init_tp.c
@@ -19,7 +19,7 @@
 #include <kernel-features.h>
 #include <ldsodefs.h>
 #include <list.h>
-#include <nptl/pthreadP.h>
+#include <pthreadP.h>
 #include <tls.h>
 
 #ifndef __ASSUME_SET_ROBUST_LIST