mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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>
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user