Browse Source

do not include libc-internal.h

it is already included by features.h

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger 14 years ago
parent
commit
5d39c1ed76

+ 0 - 1
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"

+ 0 - 1
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>
 

+ 0 - 1
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.  */

+ 0 - 1
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

+ 0 - 2
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

+ 0 - 1
libc/sysdeps/linux/sh/sysdep.h

@@ -20,7 +20,6 @@
 #include <common/sysdep.h>
 
 #include <features.h>
-#include <libc-internal.h>
 
 #ifdef	__ASSEMBLER__
 

+ 0 - 2
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,

+ 0 - 1
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"

+ 0 - 1
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"
 

+ 0 - 1
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"
 

+ 0 - 1
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"
 
 

+ 0 - 1
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"
 
 

+ 0 - 1
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>
 

+ 0 - 1
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>