diff options
-rw-r--r-- | binutils/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/acconfig.h b/binutils/acconfig.h index a3e0eab..6ae3d76 100644 --- a/binutils/acconfig.h +++ b/binutils/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@ /* Is the type time_t defined in <time.h>? */ |