diff options
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h index 0e43b15..71dcb1c 100644 --- a/gcc/acconfig.h +++ b/gcc/acconfig.h @@ -69,6 +69,9 @@ /* Whether strerror must be declared even if <string.h> is included. */ #undef NEED_DECLARATION_STRERROR +/* Whether strsignal must be declared even if <string.h> is included. */ +#undef NEED_DECLARATION_STRSIGNAL + /* Whether getcwd must be declared even if <unistd.h> is included. */ #undef NEED_DECLARATION_GETCWD |