[git commit] do not include libc-internal.h
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Fri Jun 15 12:00:21 UTC 2012
commit: http://git.uclibc.org/uClibc/commit/?id=5d39c1ed76f87fd2f52d30e663989d2ced76f253
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
it is already included by features.h
Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
libc/inet/if_index.c | 1 -
libc/inet/ifaddrs.c | 1 -
libc/inet/opensock.c | 1 -
libc/signal/sigjmp.c | 1 -
libc/sysdeps/linux/common/noophooks.c | 2 --
libc/sysdeps/linux/sh/sysdep.h | 1 -
.../sysdeps/pthread/bits/libc-tsd.h | 2 --
libpthread/linuxthreads/cancel.c | 1 -
libpthread/linuxthreads/ptclock_gettime.c | 1 -
libpthread/linuxthreads/ptclock_settime.c | 1 -
libpthread/nptl/pthread_clock_gettime.c | 1 -
libpthread/nptl/pthread_clock_settime.c | 1 -
libpthread/nptl/pthread_create.c | 1 -
librt/clock_gettime.c | 1 -
14 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/libc/inet/if_index.c b/libc/inet/if_index.c
index 8efcd2a..a1c23de 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 535f627..3d2d21f 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 86f8c59..93c469c 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 0dcbc8b..e1b1e24 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 a6c9d76..28669ce 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 8b3c682..4dfd2ef 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__
diff --git a/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h b/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h
index 2b889e6..31d859e 100644
--- a/libpthread/linuxthreads.old/sysdeps/pthread/bits/libc-tsd.h
+++ b/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,
diff --git a/libpthread/linuxthreads/cancel.c b/libpthread/linuxthreads/cancel.c
index 43f0445..21b8d90 100644
--- a/libpthread/linuxthreads/cancel.c
+++ b/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"
diff --git a/libpthread/linuxthreads/ptclock_gettime.c b/libpthread/linuxthreads/ptclock_gettime.c
index 755f83d..44d7af3 100644
--- a/libpthread/linuxthreads/ptclock_gettime.c
+++ b/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"
diff --git a/libpthread/linuxthreads/ptclock_settime.c b/libpthread/linuxthreads/ptclock_settime.c
index a4f218c..b5f1985 100644
--- a/libpthread/linuxthreads/ptclock_settime.c
+++ b/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"
diff --git a/libpthread/nptl/pthread_clock_gettime.c b/libpthread/nptl/pthread_clock_gettime.c
index a71174c..50a7d69 100644
--- a/libpthread/nptl/pthread_clock_gettime.c
+++ b/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"
diff --git a/libpthread/nptl/pthread_clock_settime.c b/libpthread/nptl/pthread_clock_settime.c
index 61002a8..aa4f404 100644
--- a/libpthread/nptl/pthread_clock_settime.c
+++ b/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"
diff --git a/libpthread/nptl/pthread_create.c b/libpthread/nptl/pthread_create.c
index 1b2c682..b3bf475 100644
--- a/libpthread/nptl/pthread_create.c
+++ b/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>
diff --git a/librt/clock_gettime.c b/librt/clock_gettime.c
index 8308329..90f7242 100644
--- a/librt/clock_gettime.c
+++ b/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>
More information about the uClibc-cvs
mailing list