diff options
| -rw-r--r-- | libc/inet/if_index.c | 1 | ||||
| -rw-r--r-- | libc/inet/ifaddrs.c | 1 | ||||
| -rw-r--r-- | libc/inet/opensock.c | 1 | ||||
| -rw-r--r-- | libc/signal/sigjmp.c | 1 | ||||
| -rw-r--r-- | libc/sysdeps/linux/common/noophooks.c | 2 | ||||
| -rw-r--r-- | libc/sysdeps/linux/sh/sysdep.h | 1 | ||||
| -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 | ||||
| -rw-r--r-- | librt/clock_gettime.c | 1 | 
14 files changed, 0 insertions, 16 deletions
| diff --git a/libc/inet/if_index.c b/libc/inet/if_index.c index 8efcd2a76..a1c23de12 100644 --- a/libc/inet/if_index.c +++ b/libc/inet/if_index.c @@ -31,7 +31,6 @@  #include <net/if.h>  #include <sys/socket.h>  #include <sys/ioctl.h> -#include <libc-internal.h>  #include <not-cancel.h>  #include "netlinkaccess.h" diff --git a/libc/inet/ifaddrs.c b/libc/inet/ifaddrs.c index 535f6277f..3d2d21f6c 100644 --- a/libc/inet/ifaddrs.c +++ b/libc/inet/ifaddrs.c @@ -33,7 +33,6 @@  #include <string.h>  #include <sys/ioctl.h>  #include <sys/socket.h> -#include <libc-internal.h>  #include <time.h>  #include <unistd.h> diff --git a/libc/inet/opensock.c b/libc/inet/opensock.c index 86f8c5970..93c469cca 100644 --- a/libc/inet/opensock.c +++ b/libc/inet/opensock.c @@ -23,7 +23,6 @@  #include <unistd.h>  #include <sys/socket.h>  #include <features.h> -#include <libc-internal.h>  /* Return a socket of any type.  The socket can be used in subsequent     ioctl calls to talk to the kernel.  */ diff --git a/libc/signal/sigjmp.c b/libc/signal/sigjmp.c index 0dcbc8b02..e1b1e249f 100644 --- a/libc/signal/sigjmp.c +++ b/libc/signal/sigjmp.c @@ -19,7 +19,6 @@  #include <stddef.h>  #include <setjmp.h>  #include <signal.h> -#include <libc-internal.h>  /* This function is called by the `sigsetjmp' macro diff --git a/libc/sysdeps/linux/common/noophooks.c b/libc/sysdeps/linux/common/noophooks.c index a6c9d7673..28669cec9 100644 --- a/libc/sysdeps/linux/common/noophooks.c +++ b/libc/sysdeps/linux/common/noophooks.c @@ -18,8 +18,6 @@     Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA     02111-1307 USA.  */ -#include <libc-internal.h> -  void  __cyg_profile_func_enter (attribute_unused void *this_fn, attribute_unused void *call_site);  void diff --git a/libc/sysdeps/linux/sh/sysdep.h b/libc/sysdeps/linux/sh/sysdep.h index 8b3c68220..4dfd2ef9f 100644 --- a/libc/sysdeps/linux/sh/sysdep.h +++ b/libc/sysdeps/linux/sh/sysdep.h @@ -20,7 +20,6 @@  #include <common/sysdep.h>  #include <features.h> -#include <libc-internal.h>  #ifdef	__ASSEMBLER__ 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> diff --git a/librt/clock_gettime.c b/librt/clock_gettime.c index 8308329b2..90f7242ed 100644 --- a/librt/clock_gettime.c +++ b/librt/clock_gettime.c @@ -186,7 +186,6 @@ maybe_syscall_gettime_cputime (clockid_t clock_id, struct timespec *tp)  #include <stdint.h>  #include <time.h>  #include <sys/time.h> -#include <libc-internal.h>  #include <ldsodefs.h> | 
