summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gas/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/gas/acconfig.h')
-rw-r--r--gnu/usr.bin/binutils/gas/acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gas/acconfig.h b/gnu/usr.bin/binutils/gas/acconfig.h
index 1626d38b5de..d2ca454c74e 100644
--- a/gnu/usr.bin/binutils/gas/acconfig.h
+++ b/gnu/usr.bin/binutils/gas/acconfig.h
@@ -17,12 +17,18 @@
#undef TARGET_OS
#undef TARGET_VENDOR
+/* Sometimes the system header files don't declare strstr. */
+#undef NEED_DECLARATION_STRSTR
+
/* Sometimes the system header files don't declare malloc and realloc. */
#undef NEED_DECLARATION_MALLOC
/* Sometimes the system header files don't declare free. */
#undef NEED_DECLARATION_FREE
+/* Sometimes the system header files don't declare sbrk. */
+#undef NEED_DECLARATION_SBRK
+
/* Sometimes errno.h doesn't declare errno itself. */
#undef NEED_DECLARATION_ERRNO