diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-05-01 16:30:59 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-05-01 16:37:39 -0400 |
commit | fe3486178040db782f18d67a95a1e63bdf68eedf (patch) | |
tree | 1445ff740a5f797e32834a3df73c0b790fef1345 /sim/m32r/config.in | |
parent | 2a83fd8f4806f8580d86057dc00bfdb5efcfa1f6 (diff) | |
download | gdb-fe3486178040db782f18d67a95a1e63bdf68eedf.zip gdb-fe3486178040db782f18d67a95a1e63bdf68eedf.tar.gz gdb-fe3486178040db782f18d67a95a1e63bdf68eedf.tar.bz2 |
sim: nrun: add local strsignal prototype
While libiberty provides a definition for this for systems that lack
the function (e.g. Windows), it doesn't provide a prototype. So add
our own local copy in the one file that uses the func.
Diffstat (limited to 'sim/m32r/config.in')
-rw-r--r-- | sim/m32r/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/m32r/config.in b/sim/m32r/config.in index 8d37b72..c694fde 100644 --- a/sim/m32r/config.in +++ b/sim/m32r/config.in @@ -73,6 +73,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strsignal' function. */ +#undef HAVE_STRSIGNAL + /* Define to 1 if `st_atime' is a member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_ATIME |