OSDN Git Service

do not include libc-internal.h
authorPeter S. Mazinger <ps.m@gmx.net>
Sat, 12 Mar 2011 19:53:43 +0000 (20:53 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 15 Jun 2012 12:00:21 +0000 (14:00 +0200)
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>
14 files changed:
libc/inet/if_index.c
libc/inet/ifaddrs.c
libc/inet/opensock.c
libc/signal/sigjmp.c
libc/sysdeps/linux/common/noophooks.c
libc/sysdeps/linux/sh/sysdep.h
libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h
libpthread/linuxthreads/cancel.c
libpthread/linuxthreads/ptclock_gettime.c
libpthread/linuxthreads/ptclock_settime.c
libpthread/nptl/pthread_clock_gettime.c
libpthread/nptl/pthread_clock_settime.c
libpthread/nptl/pthread_create.c
librt/clock_gettime.c

index 8efcd2a..a1c23de 100644 (file)
@@ -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"
index 535f627..3d2d21f 100644 (file)
@@ -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>
 
index 86f8c59..93c469c 100644 (file)
@@ -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.  */
index 0dcbc8b..e1b1e24 100644 (file)
@@ -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
index a6c9d76..28669ce 100644 (file)
@@ -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
index 8b3c682..4dfd2ef 100644 (file)
@@ -20,7 +20,6 @@
 #include <common/sysdep.h>
 
 #include <features.h>
-#include <libc-internal.h>
 
 #ifdef __ASSEMBLER__
 
index 2b889e6..31d859e 100644 (file)
@@ -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,
index 43f0445..21b8d90 100644 (file)
@@ -15,7 +15,6 @@
 /* Thread cancellation */
 
 #include <errno.h>
-#include <libc-internal.h>
 #include "pthread.h"
 #include "internals.h"
 #include "spinlock.h"
index 755f83d..44d7af3 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <errno.h>
 #include <time.h>
-#include <libc-internal.h>
 #include "internals.h"
 #include "spinlock.h"
 
index a4f218c..b5f1985 100644 (file)
@@ -18,7 +18,6 @@
 
 #include <errno.h>
 #include <time.h>
-#include <libc-internal.h>
 #include "internals.h"
 #include "spinlock.h"
 
index a71174c..50a7d69 100644 (file)
@@ -19,7 +19,6 @@
 #include <errno.h>
 #include <stdlib.h>
 #include <time.h>
-#include <libc-internal.h>
 #include "pthreadP.h"
 
 
index 61002a8..aa4f404 100644 (file)
@@ -19,7 +19,6 @@
 #include <errno.h>
 #include <stdlib.h>
 #include <time.h>
-#include <libc-internal.h>
 #include "pthreadP.h"
 
 
index 1b2c682..b3bf475 100644 (file)
@@ -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>
 
index 8308329..90f7242 100644 (file)
@@ -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>