diff options
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index e3d108261ea..5b9a92432d3 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -7,6 +7,9 @@ /* Whether free must be declared even if <stdlib.h> is included. */ #undef NEED_DECLARATION_FREE + +/* Whether strerror must be declared even if <string.h> is included. */ +#undef NEED_DECLARATION_STRERROR @TOP@ /* Define if fpregset_t type is available. */ |