diff options
Diffstat (limited to 'libpthread/linuxthreads')
-rw-r--r-- | libpthread/linuxthreads/cancel.c | 1 | ||||
-rw-r--r-- | libpthread/linuxthreads/ptclock_gettime.c | 1 | ||||
-rw-r--r-- | libpthread/linuxthreads/ptclock_settime.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/libpthread/linuxthreads/cancel.c b/libpthread/linuxthreads/cancel.c index 43f04457b..21b8d900c 100644 --- a/libpthread/linuxthreads/cancel.c +++ b/libpthread/linuxthreads/cancel.c @@ -15,7 +15,6 @@ /* Thread cancellation */ #include <errno.h> -#include <libc-internal.h> #include "pthread.h" #include "internals.h" #include "spinlock.h" diff --git a/libpthread/linuxthreads/ptclock_gettime.c b/libpthread/linuxthreads/ptclock_gettime.c index 755f83d10..44d7af37e 100644 --- a/libpthread/linuxthreads/ptclock_gettime.c +++ b/libpthread/linuxthreads/ptclock_gettime.c @@ -18,7 +18,6 @@ #include <errno.h> #include <time.h> -#include <libc-internal.h> #include "internals.h" #include "spinlock.h" diff --git a/libpthread/linuxthreads/ptclock_settime.c b/libpthread/linuxthreads/ptclock_settime.c index a4f218c77..b5f19850d 100644 --- a/libpthread/linuxthreads/ptclock_settime.c +++ b/libpthread/linuxthreads/ptclock_settime.c @@ -18,7 +18,6 @@ #include <errno.h> #include <time.h> -#include <libc-internal.h> #include "internals.h" #include "spinlock.h" |