nptl: Move pthreadP.h into sysdeps directory
authorFlorian Weimer <fweimer@redhat.com>
Tue, 22 Jun 2021 07:50:27 +0000 (09:50 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 22 Jun 2021 07:51:10 +0000 (09:51 +0200)
commit3c79234c7a9cf57aa79e84745493dfad1a7c72fc
treea5dea87d81bcea5a6b1540be7d69ce3b662abb6d
parentdaa3fc9bff55c1f8368a464ec802ab620901344e
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>
21 files changed:
nptl_db/thread_dbP.h
sysdeps/nptl/aio_misc.h
sysdeps/nptl/dl-tls_init_tp.c
sysdeps/nptl/fork.c
sysdeps/nptl/gai_misc.h
sysdeps/nptl/jmp-unwind.c
sysdeps/nptl/libc-lockP.h
sysdeps/nptl/libc_start_call_main.h
sysdeps/nptl/pthreadP.h [moved from nptl/pthreadP.h with 99% similarity]
sysdeps/nptl/pthread_early_init.h
sysdeps/nptl/setxid.h
sysdeps/posix/spawni.c
sysdeps/unix/sysv/linux/dl-execstack.c
sysdeps/unix/sysv/linux/mq_notify.c
sysdeps/unix/sysv/linux/s390/jmp-unwind.c
sysdeps/unix/sysv/linux/sigprocmask.c
sysdeps/unix/sysv/linux/spawni.c
sysdeps/unix/sysv/linux/timer_create.c
sysdeps/unix/sysv/linux/timer_routines.c
sysdeps/unix/sysv/linux/tls-internal.h
sysdeps/unix/sysv/linux/x86/longjmp.c