aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/acconfig.h b/ld/acconfig.h
index 7be9865..6034cad 100644
--- a/ld/acconfig.h
+++ b/ld/acconfig.h
@@ -7,6 +7,9 @@
/* Whether sbrk must be declared even if <unistd.h> is included. */
#undef NEED_DECLARATION_SBRK
+
+/* Whether getenv must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_GETENV
@TOP@
/* Do we need to use the b modifier when opening binary files? */