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 /sysdeps/unix/sysv/linux | |
parent | daa3fc9bff55c1f8368a464ec802ab620901344e (diff) | |
download | glibc-3c79234c7a9cf57aa79e84745493dfad1a7c72fc.tar glibc-3c79234c7a9cf57aa79e84745493dfad1a7c72fc.tar.gz glibc-3c79234c7a9cf57aa79e84745493dfad1a7c72fc.tar.bz2 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/unix/sysv/linux')
-rw-r--r-- | sysdeps/unix/sysv/linux/dl-execstack.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mq_notify.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/s390/jmp-unwind.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sigprocmask.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/spawni.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/timer_create.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/timer_routines.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/tls-internal.h | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/x86/longjmp.c | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/sysdeps/unix/sysv/linux/dl-execstack.c b/sysdeps/unix/sysv/linux/dl-execstack.c index e2449d1890..6598c90357 100644 --- a/sysdeps/unix/sysv/linux/dl-execstack.c +++ b/sysdeps/unix/sysv/linux/dl-execstack.c @@ -20,7 +20,7 @@ #include <ldsodefs.h> #include <libintl.h> #include <list.h> -#include <nptl/pthreadP.h> +#include <pthreadP.h> #include <stackinfo.h> #include <stdbool.h> #include <sys/mman.h> diff --git a/sysdeps/unix/sysv/linux/mq_notify.c b/sysdeps/unix/sysv/linux/mq_notify.c index 6f46d29d1d..e22850a910 100644 --- a/sysdeps/unix/sysv/linux/mq_notify.c +++ b/sysdeps/unix/sysv/linux/mq_notify.c @@ -28,7 +28,7 @@ #include <unistd.h> #include <sys/socket.h> #include <not-cancel.h> -#include <nptl/pthreadP.h> +#include <pthreadP.h> /* Defined in the kernel headers: */ diff --git a/sysdeps/unix/sysv/linux/s390/jmp-unwind.c b/sysdeps/unix/sysv/linux/s390/jmp-unwind.c index 8e0399a3e9..5fbca71f5b 100644 --- a/sysdeps/unix/sysv/linux/s390/jmp-unwind.c +++ b/sysdeps/unix/sysv/linux/s390/jmp-unwind.c @@ -19,7 +19,7 @@ #include <setjmp.h> #include <stddef.h> #include <libc-lock.h> -#include <nptl/pthreadP.h> +#include <pthreadP.h> void _longjmp_unwind (jmp_buf env, int val) diff --git a/sysdeps/unix/sysv/linux/sigprocmask.c b/sysdeps/unix/sysv/linux/sigprocmask.c index 9dfd8076d1..eeec05d037 100644 --- a/sysdeps/unix/sysv/linux/sigprocmask.c +++ b/sysdeps/unix/sysv/linux/sigprocmask.c @@ -16,7 +16,7 @@ <https://www.gnu.org/licenses/>. */ #include <signal.h> -#include <nptl/pthreadP.h> /* SIGCANCEL, SIGSETXID */ +#include <pthreadP.h> /* SIGCANCEL, SIGSETXID */ /* Get and/or change the set of blocked signals. */ int diff --git a/sysdeps/unix/sysv/linux/spawni.c b/sysdeps/unix/sysv/linux/spawni.c index 501f8fbccd..3b435e6c86 100644 --- a/sysdeps/unix/sysv/linux/spawni.c +++ b/sysdeps/unix/sysv/linux/spawni.c @@ -27,7 +27,7 @@ #include <not-cancel.h> #include <local-setxid.h> #include <shlib-compat.h> -#include <nptl/pthreadP.h> +#include <pthreadP.h> #include <dl-sysdep.h> #include <libc-pointer-arith.h> #include <ldsodefs.h> diff --git a/sysdeps/unix/sysv/linux/timer_create.c b/sysdeps/unix/sysv/linux/timer_create.c index 37de98fde4..1ea0086487 100644 --- a/sysdeps/unix/sysv/linux/timer_create.c +++ b/sysdeps/unix/sysv/linux/timer_create.c @@ -24,7 +24,7 @@ #include <time.h> #include <sysdep.h> #include <internaltypes.h> -#include <nptl/pthreadP.h> +#include <pthreadP.h> #include "kernel-posix-timers.h" #include "kernel-posix-cpu-timers.h" diff --git a/sysdeps/unix/sysv/linux/timer_routines.c b/sysdeps/unix/sysv/linux/timer_routines.c index 60e60e0098..4098da8a5f 100644 --- a/sysdeps/unix/sysv/linux/timer_routines.c +++ b/sysdeps/unix/sysv/linux/timer_routines.c @@ -21,7 +21,7 @@ #include <signal.h> #include <stdbool.h> #include <sysdep-cancel.h> -#include <nptl/pthreadP.h> +#include <pthreadP.h> #include "kernel-posix-timers.h" diff --git a/sysdeps/unix/sysv/linux/tls-internal.h b/sysdeps/unix/sysv/linux/tls-internal.h index 40798a5dcc..17128136dd 100644 --- a/sysdeps/unix/sysv/linux/tls-internal.h +++ b/sysdeps/unix/sysv/linux/tls-internal.h @@ -20,7 +20,7 @@ #define _TLS_INTERNAL_H 1 #include <stdlib.h> -#include <nptl/pthreadP.h> +#include <pthreadP.h> static inline struct tls_internal_t * __glibc_tls_internal (void) 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 <sysdeps/x86/longjmp.c> -#include <nptl/pthreadP.h> +#include <pthreadP.h> #include <jmp_buf-ssp.h> #ifdef __x86_64__ |