From 2232061b1ccf68bb1e46c95cab6f531831d72aa5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 24 Mar 2012 05:38:43 +0000 Subject: [PATCH] sim: make sure to include strsignal prototype Before POSIX standardized strsignal(), old systems would hide the prototype unless the normal extension defines were enabled. So use the AC_USE_SYSTEM_EXTENSIONS helper for that. Then make sure we include string.h ourselves in nrun.c rather than relying on implicit includes via other sim headers. Signed-off-by: Mike Frysinger --- sim/mips/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sim/mips/ChangeLog') diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 0ffd129..c4f1b1b 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,7 @@ +2012-03-24 Mike Frysinger + + * aclocal.m4, config.in, configure: Regenerate. + 2011-12-03 Mike Frysinger * aclocal.m4: New file. -- cgit v1.1