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>
This commit is contained in:
Peter S. Mazinger 2011-03-12 20:53:43 +01:00 committed by Bernhard Reutner-Fischer
parent 9414f108db
commit 5d39c1ed76
14 changed files with 0 additions and 16 deletions

View 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"

View 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>

View 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. */

View 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

View 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

View File

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

View 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,

View File

@ -15,7 +15,6 @@
/* Thread cancellation */
#include <errno.h>
#include <libc-internal.h>
#include "pthread.h"
#include "internals.h"
#include "spinlock.h"

View File

@ -18,7 +18,6 @@
#include <errno.h>
#include <time.h>
#include <libc-internal.h>
#include "internals.h"
#include "spinlock.h"

View File

@ -18,7 +18,6 @@
#include <errno.h>
#include <time.h>
#include <libc-internal.h>
#include "internals.h"
#include "spinlock.h"

View File

@ -19,7 +19,6 @@
#include <errno.h>
#include <stdlib.h>
#include <time.h>
#include <libc-internal.h>
#include "pthreadP.h"

View File

@ -19,7 +19,6 @@
#include <errno.h>
#include <stdlib.h>
#include <time.h>
#include <libc-internal.h>
#include "pthreadP.h"

View 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>

View 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>