From fe3486178040db782f18d67a95a1e63bdf68eedf Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 1 May 2021 16:30:59 -0400 Subject: 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. --- sim/v850/config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sim/v850/config.in') diff --git a/sim/v850/config.in b/sim/v850/config.in index 8249d7c..889d64c 100644 --- a/sim/v850/config.in +++ b/sim/v850/config.in @@ -88,6 +88,9 @@ /* Define to 1 if you have the 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 -- cgit v1.1