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/m4/sim_ac_common.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/m4') diff --git a/sim/m4/sim_ac_common.m4 b/sim/m4/sim_ac_common.m4 index 0182599..35fcbfc 100644 --- a/sim/m4/sim_ac_common.m4 +++ b/sim/m4/sim_ac_common.m4 @@ -60,6 +60,7 @@ AC_CHECK_FUNCS_ONCE(m4_flatten([ munmap posix_fallocate sigaction + strsignal time truncate ])) -- cgit v1.1