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>
@@ -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"
@@ -33,7 +33,6 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
@@ -23,7 +23,6 @@
#include <features.h>
/* Return a socket of any type. The socket can be used in subsequent
ioctl calls to talk to the kernel. */
@@ -19,7 +19,6 @@
#include <stddef.h>
#include <setjmp.h>
#include <signal.h>
/* This function is called by the `sigsetjmp' macro
@@ -18,8 +18,6 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-
void
__cyg_profile_func_enter (attribute_unused void *this_fn, attribute_unused void *call_site);
@@ -20,7 +20,6 @@
#include <common/sysdep.h>
#ifdef __ASSEMBLER__
@@ -20,8 +20,6 @@
#ifndef _BITS_LIBC_TSD_H
#define _BITS_LIBC_TSD_H 1
/* Fast thread-specific data internal to libc. */
enum __libc_tsd_key_t { _LIBC_TSD_KEY_MALLOC = 0,
_LIBC_TSD_KEY_DL_ERROR,
@@ -15,7 +15,6 @@
/* Thread cancellation */
#include <errno.h>
#include "pthread.h"
#include "internals.h"
#include "spinlock.h"
@@ -18,7 +18,6 @@
#include <stdlib.h>
#include "pthreadP.h"
@@ -25,7 +25,6 @@
#include <hp-timing.h>
#include <ldsodefs.h>
#include <atomic.h>
#include <resolv.h>
#include <bits/kernel-features.h>
@@ -186,7 +186,6 @@ maybe_syscall_gettime_cputime (clockid_t clock_id, struct timespec *tp)
#include <stdint.h>
#include <sys/time.h>