aboutsummaryrefslogtreecommitdiff
path: root/binutils/sysdep.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/sysdep.h')
-rw-r--r--binutils/sysdep.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/binutils/sysdep.h b/binutils/sysdep.h
index ef3093ee..f2991c7 100644
--- a/binutils/sysdep.h
+++ b/binutils/sysdep.h
@@ -58,12 +58,6 @@
extern char *stpcpy (char *, const char *);
#endif
-#ifdef HAVE_SBRK
-#if !HAVE_DECL_SBRK
-extern char *sbrk ();
-#endif
-#endif
-
#if !HAVE_DECL_ENVIRON
extern char **environ;
#endif