diff options
Diffstat (limited to 'libpthread/nptl')
-rw-r--r-- | libpthread/nptl/pthread_clock_gettime.c | 1 | ||||
-rw-r--r-- | libpthread/nptl/pthread_clock_settime.c | 1 | ||||
-rw-r--r-- | libpthread/nptl/pthread_create.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/libpthread/nptl/pthread_clock_gettime.c b/libpthread/nptl/pthread_clock_gettime.c index a71174c9c..50a7d6942 100644 --- a/libpthread/nptl/pthread_clock_gettime.c +++ b/libpthread/nptl/pthread_clock_gettime.c @@ -19,7 +19,6 @@ #include <errno.h> #include <stdlib.h> #include <time.h> -#include <libc-internal.h> #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_clock_settime.c b/libpthread/nptl/pthread_clock_settime.c index 61002a8f7..aa4f4042b 100644 --- a/libpthread/nptl/pthread_clock_settime.c +++ b/libpthread/nptl/pthread_clock_settime.c @@ -19,7 +19,6 @@ #include <errno.h> #include <stdlib.h> #include <time.h> -#include <libc-internal.h> #include "pthreadP.h" diff --git a/libpthread/nptl/pthread_create.c b/libpthread/nptl/pthread_create.c index 1b2c6825f..b3bf47530 100644 --- a/libpthread/nptl/pthread_create.c +++ b/libpthread/nptl/pthread_create.c @@ -25,7 +25,6 @@ #include <hp-timing.h> #include <ldsodefs.h> #include <atomic.h> -#include <libc-internal.h> #include <resolv.h> #include <bits/kernel-features.h> |