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/rx/config.in | |
parent | 2a83fd8f4806f8580d86057dc00bfdb5efcfa1f6 (diff) | |
download | fsf-binutils-gdb-fe3486178040db782f18d67a95a1e63bdf68eedf.zip fsf-binutils-gdb-fe3486178040db782f18d67a95a1e63bdf68eedf.tar.gz fsf-binutils-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/rx/config.in')
-rw-r--r-- | sim/rx/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/rx/config.in b/sim/rx/config.in index 7cb68b3..58ef4f3 100644 --- a/sim/rx/config.in +++ b/sim/rx/config.in @@ -79,6 +79,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 |