diff options
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/nptl-init.c | 2 | ||||
-rw-r--r-- | nptl/pthread_clock_gettime.c | 1 | ||||
-rw-r--r-- | nptl/pthread_clock_settime.c | 1 | ||||
-rw-r--r-- | nptl/pthread_cond_common.c | 1 |
4 files changed, 1 insertions, 4 deletions
diff --git a/nptl/nptl-init.c b/nptl/nptl-init.c index 2f8599b391..29216077a2 100644 --- a/nptl/nptl-init.c +++ b/nptl/nptl-init.c @@ -36,7 +36,7 @@ #include <lowlevellock.h> #include <futex-internal.h> #include <kernel-features.h> -#include <libc-internal.h> +#include <libc-pointer-arith.h> #include <pthread-pids.h> #ifndef TLS_MULTIPLE_THREADS_IN_TCB diff --git a/nptl/pthread_clock_gettime.c b/nptl/pthread_clock_gettime.c index e3a82f7e6a..c9abb61540 100644 --- a/nptl/pthread_clock_gettime.c +++ b/nptl/pthread_clock_gettime.c @@ -18,7 +18,6 @@ #include <errno.h> #include <stdlib.h> #include <time.h> -#include <libc-internal.h> #include "pthreadP.h" diff --git a/nptl/pthread_clock_settime.c b/nptl/pthread_clock_settime.c index 6aeb3bece0..f2722d9635 100644 --- a/nptl/pthread_clock_settime.c +++ b/nptl/pthread_clock_settime.c @@ -18,7 +18,6 @@ #include <errno.h> #include <stdlib.h> #include <time.h> -#include <libc-internal.h> #include "pthreadP.h" diff --git a/nptl/pthread_cond_common.c b/nptl/pthread_cond_common.c index 7c63ef9b89..ffbbde4106 100644 --- a/nptl/pthread_cond_common.c +++ b/nptl/pthread_cond_common.c @@ -19,7 +19,6 @@ #include <atomic.h> #include <stdint.h> #include <pthread.h> -#include <libc-internal.h> /* We need 3 least-significant bits on __wrefs for something else. */ #define __PTHREAD_COND_MAX_GROUP_SIZE ((unsigned) 1 << 29) |