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/timer_create.c | |
parent | daa3fc9bff55c1f8368a464ec802ab620901344e (diff) | |
download | glibc-3c79234c7a9cf57aa79e84745493dfad1a7c72fc.zip glibc-3c79234c7a9cf57aa79e84745493dfad1a7c72fc.tar.gz glibc-3c79234c7a9cf57aa79e84745493dfad1a7c72fc.tar.bz2 |
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/timer_create.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/timer_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/timer_create.c b/sysdeps/unix/sysv/linux/timer_create.c index 37de98f..1ea0086 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" |