aboutsummaryrefslogtreecommitdiff
path: root/sim/v850/config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-01 16:30:59 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-01 16:37:39 -0400
commitfe3486178040db782f18d67a95a1e63bdf68eedf (patch)
tree1445ff740a5f797e32834a3df73c0b790fef1345 /sim/v850/config.in
parent2a83fd8f4806f8580d86057dc00bfdb5efcfa1f6 (diff)
downloadfsf-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/v850/config.in')
-rw-r--r--sim/v850/config.in3
1 files changed, 3 insertions, 0 deletions
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 <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