summaryrefslogtreecommitdiff
path: root/binutils/sysdep.h
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2022-07-22 12:11:24 +0930
committerAlan Modra <amodra@gmail.com>2022-07-22 12:38:53 +0930
commit6577f365ebdee7dda71cb996efa29d3714cbccd0 (patch)
treec32ad75f7c51c1c9100a18ce3e7883c2dacd434a /binutils/sysdep.h
parent4686f81068433540a8dcf1104548389922e2bfef (diff)
downloadbinutils-gdb-6577f365ebdee7dda71cb996efa29d3714cbccd0.tar.gz
PR17122, OSX 10.9 build failure
sbrk hasn't been used in binutils/ or ld/ for quite some time (so the PR was fixed a while ago). Tidy up configury. PR 17122 binutils/ * configure.ac: Don't check for sbrk. * sysdep.h (sbrk): Don't supply fallback declaration. * config.in: Regenerate. * configure: Regenerate. ld/ * configure.ac: Don't check for sbrk. * config.in: Regenerate. * configure: Regenerate.
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 ef3093ee9de..f2991c7e7ac 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