summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-12 20:53:43 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:21 +0200
commit5d39c1ed76f87fd2f52d30e663989d2ced76f253 (patch)
tree454fa8bef6b50d111f72a83c3934e5aa7f97e0f6 /libc
parent9414f108db466019b6d4fb7ff5d74afc0a6cc285 (diff)
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>
Diffstat (limited to 'libc')
-rw-r--r--libc/inet/if_index.c1
-rw-r--r--libc/inet/ifaddrs.c1
-rw-r--r--libc/inet/opensock.c1
-rw-r--r--libc/signal/sigjmp.c1
-rw-r--r--libc/sysdeps/linux/common/noophooks.c2
-rw-r--r--libc/sysdeps/linux/sh/sysdep.h1
6 files changed, 0 insertions, 7 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__