diff options
Diffstat (limited to 'libpthread')
| -rw-r--r-- | libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h | 2 | ||||
| -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 | ||||
| -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 | 
7 files changed, 0 insertions, 8 deletions
| diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h b/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h index 2b889e621..31d859ec3 100644 --- a/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h +++ b/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h @@ -20,8 +20,6 @@  #ifndef _BITS_LIBC_TSD_H  #define _BITS_LIBC_TSD_H 1 -#include <libc-internal.h> -  /* Fast thread-specific data internal to libc.  */  enum __libc_tsd_key_t { _LIBC_TSD_KEY_MALLOC = 0,  			_LIBC_TSD_KEY_DL_ERROR, 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" 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> | 
