summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r--libc/sysdeps/linux/common/noophooks.c2
-rw-r--r--libc/sysdeps/linux/sh/sysdep.h1
2 files changed, 0 insertions, 3 deletions
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__