sim: nrun: add local strsignal prototype
authorMike Frysinger <vapier@gentoo.org>
Sat, 1 May 2021 20:30:59 +0000 (16:30 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 1 May 2021 20:37:39 +0000 (16:37 -0400)
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.

97 files changed:
sim/ChangeLog
sim/aarch64/ChangeLog
sim/aarch64/config.in
sim/aarch64/configure
sim/arm/ChangeLog
sim/arm/config.in
sim/arm/configure
sim/avr/ChangeLog
sim/avr/config.in
sim/avr/configure
sim/bfin/ChangeLog
sim/bfin/config.in
sim/bfin/configure
sim/bpf/ChangeLog
sim/bpf/config.in
sim/bpf/configure
sim/common/ChangeLog
sim/common/nrun.c
sim/cr16/ChangeLog
sim/cr16/config.in
sim/cr16/configure
sim/cris/ChangeLog
sim/cris/config.in
sim/cris/configure
sim/d10v/ChangeLog
sim/d10v/config.in
sim/d10v/configure
sim/erc32/ChangeLog
sim/erc32/config.in
sim/erc32/configure
sim/example-synacor/ChangeLog
sim/example-synacor/config.in
sim/example-synacor/configure
sim/frv/ChangeLog
sim/frv/config.in
sim/frv/configure
sim/ft32/ChangeLog
sim/ft32/config.in
sim/ft32/configure
sim/h8300/ChangeLog
sim/h8300/config.in
sim/h8300/configure
sim/iq2000/ChangeLog
sim/iq2000/config.in
sim/iq2000/configure
sim/lm32/ChangeLog
sim/lm32/config.in
sim/lm32/configure
sim/m32c/ChangeLog
sim/m32c/config.in
sim/m32c/configure
sim/m32r/ChangeLog
sim/m32r/config.in
sim/m32r/configure
sim/m4/sim_ac_common.m4
sim/m68hc11/ChangeLog
sim/m68hc11/config.in
sim/m68hc11/configure
sim/mcore/ChangeLog
sim/mcore/config.in
sim/mcore/configure
sim/microblaze/ChangeLog
sim/microblaze/config.in
sim/microblaze/configure
sim/mips/ChangeLog
sim/mips/config.in
sim/mips/configure
sim/mn10300/ChangeLog
sim/mn10300/config.in
sim/mn10300/configure
sim/moxie/ChangeLog
sim/moxie/config.in
sim/moxie/configure
sim/msp430/ChangeLog
sim/msp430/config.in
sim/msp430/configure
sim/or1k/ChangeLog
sim/or1k/config.in
sim/or1k/configure
sim/pru/ChangeLog
sim/pru/config.in
sim/pru/configure
sim/riscv/ChangeLog
sim/riscv/config.in
sim/riscv/configure
sim/rl78/ChangeLog
sim/rl78/config.in
sim/rl78/configure
sim/rx/ChangeLog
sim/rx/config.in
sim/rx/configure
sim/sh/ChangeLog
sim/sh/config.in
sim/sh/configure
sim/v850/ChangeLog
sim/v850/config.in
sim/v850/configure

index b622f62e635404fdf7cc7526642a32f478bd7f95..8f0e1d54fb64792491393e4a292426ed28243620 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * m4/sim_ac_common.m4 (AC_CHECK_FUNCS_ONCE): Add strsignal.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * README-HACKING (nltvals.def): Update to gennltvals.py.
index 81b878fa1451ce7ad4aff602ead5e8f9e140af6e..9d739ff742216b6f2d7fae052eca1596527a781a 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-01  Mike Frysinger  <vapier@gentoo.org>
 
        * cpustate.c (aarch64_set_FP_float): Change lx to PRIx64.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 1d6a498f02033c350f75521b53f92676ae23375f..37aa067dbe07c696edb4b887cd46dc5cce08e844 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index b60287f76319fd4bf35eef11166f7eaa32409c28..639942afbad9c33f3767c2c2938d0578a7699138 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-01  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (SIM_OBJS): Change armemu26.o to armemu.o.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 8cabf9261bffdcff1a8d3882ba65af82da0cde00..2b838775b0d3c8db486def484e806978e7779c45 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 9c53284bcfc1b6b700a161215aac70e5d13d7fd1..47a98003a11baaa4799506635bd843734d7ffd66 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 5c43b2964dfe81036d3f381a96aba15e54f3b1d6..6bb27f7f4a7a7d3e060919b29cf4453b70be164e 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 4db4214867a84c24a1c47673a15b18fb0a1a6825..9e9c13e7b3ea1379190fe97c45a494a78ac6924d 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (NL_TARGET): Delete.
index 5ccb707f76255474c0221598a6e53db34cee9974..851b3f8d6202e929c91038065f7d22a5025c4d1f 100644 (file)
 /* 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
 
index 128621cdbd4d484d5e612dd7c18969c77eb4455c..af65c13cab18c8b6e055b0516ef893eae62b42e8 100755 (executable)
@@ -2325,6 +2325,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 as_fn_append ac_func_list " getuid"
@@ -3977,6 +3978,8 @@ done
 
 
 
+
+
 
 
 
@@ -11219,7 +11222,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11222 "configure"
+#line 11225 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11325,7 +11328,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11328 "configure"
+#line 11331 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index e5e223122bc2e224c8e2f63bc4990b108d36a9b3..4ccb9a4af3dc88b015991137f57f1855c4b254b2 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 32b4a77529e0561f8a2417e06ad4ba00e85e937c..e7a91d15c49fed901e268c2c014b662322206ff9 100755 (executable)
@@ -2318,6 +2318,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3957,6 +3958,8 @@ done
 
 
 
+
+
 
 
 
@@ -11199,7 +11202,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11202 "configure"
+#line 11205 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11305,7 +11308,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11308 "configure"
+#line 11311 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 9775f418b8f67e17301fcb0ca465da61702df9d0..3983e2417cf83711f5523ed54689d7591c87df78 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * nrun.c (strsignal): New prototype.
+
 2021-05-01  Mike Frysinger  <vapier@gentoo.org>
 
        * callback.c (wrap): Delete.
index 0caa82062a240fa3609d7b221463ec9e07bbb5a5..1ceb0837e2c21aa081043bf62cc3f53aae235bd5 100644 (file)
@@ -28,6 +28,11 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "bfd.h"
 
+#ifndef HAVE_STRSIGNAL
+/* While libiberty provides a fallback, it doesn't provide a prototype.  */
+extern const char *strsignal (int);
+#endif
+
 #ifdef HAVE_ENVIRON
 extern char **environ;
 #endif
index 2540c3734715aadf7820c8673e2f58ef4dc4f159..654b4e0987ec991f530dd708061a4c047355e0ec 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index b0d92cef4ab4a2a3a79757d5faa5e93a17556ab3..9886f36aaf8a43345ea21bf3bba2dadb16d7a03b 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 4f0d2e3693db42285399946ed59bd5023d86fee5..1ac455e561bc369426edb67b07d181e4daba63d5 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (NL_TARGET): Delete.
index 2e48a348f1306a44ce6e1f1516b11b4fcb031b61..75144252f1e979a6283537f25f107f4f0600e0ff 100644 (file)
@@ -73,6 +73,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
 
index 6f0b25e85bf7dc714f3f078ac33e037a0edb9d3e..798e9a5ba31dd5c2fa641ad1da8ab35bdc592d3e 100755 (executable)
@@ -2316,6 +2316,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 as_fn_append ac_header_list " sys/param.h"
@@ -3958,6 +3959,8 @@ done
 
 
 
+
+
 
 
 
@@ -11200,7 +11203,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11203 "configure"
+#line 11206 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11306,7 +11309,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11309 "configure"
+#line 11312 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 9945be49a8f502b025ec200b43ba84d0151da601..ebe6cd3f1a9f76d3be371db23ced5ff201550234 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 3daef523520120dc2b19260f596224d9c5b6a09c..177c394cb754436327eea2994b74a7b98a0ff583 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index a6d1cad82342b95581507d2a157db79202c2a9d3..12398af899725b725913b1e5398750c16d11e56f 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index a884ee7d2eaf015e4c3c0a8d203f3ef60ad535c2..bbcec31f4163d2b302f53a7566a4a2169995c970 100755 (executable)
@@ -2301,6 +2301,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3940,6 +3941,8 @@ done
 
 
 
+
+
 
 
 
@@ -11182,7 +11185,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11185 "configure"
+#line 11188 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11288,7 +11291,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11291 "configure"
+#line 11294 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 886509303d151879ea0e3d4b3bb62bf133d14ceb..f00fe5238e9b047de39903345d5cf5bd399d3b2c 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index a5938bef338f03c91fef8f547aeeddd8b3ff944d..6b43a276eee92048ec70e6ce0a71c59323f0d9ab 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 666aa825db9cd11448328fe1b9cf5de582d24cb1..1dd18a1c428ea0c40ee6a61ff85c6a4b2c147dde 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (NL_TARGET): Delete.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 921f6221f6b5f9dc863676d873b99b23703fd8bc..102d3b6f8fbfe291f23aaecfb738dc4e546f8902 100755 (executable)
@@ -2319,6 +2319,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3958,6 +3959,8 @@ done
 
 
 
+
+
 
 
 
@@ -11200,7 +11203,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11203 "configure"
+#line 11206 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11306,7 +11309,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11309 "configure"
+#line 11312 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 6a2643622c8911c733f6f58c0f799f4ef6e48513..d0e5bec927fbfe2a04bb18e75adfc0b5986af46a 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index d80f8f82e18059a752c7e1dc353cc512686573a5..cfae5eaeb15a0930ce9fe8fed0823908a60dc369 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index c3daaf4d7959eb86d459a6a044f35a845ba2eafa..0a67f6f31f86f379ff3a4044beb68aadd9e70711 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 505aa8cf5f9323b599e294746d114dc239a25db6..441cd1f299791e01dc3b1b1b75b2e40977871aa0 100644 (file)
@@ -73,6 +73,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
 
index fd7bc25b626628759454b3ab2877c51d2985b012..18312dafee1abb49edabde974125069883814303 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 as_fn_append ac_header_list " sys/param.h"
@@ -3945,6 +3946,8 @@ done
 
 
 
+
+
 
 
 
@@ -11187,7 +11190,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11190 "configure"
+#line 11193 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11293,7 +11296,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11296 "configure"
+#line 11299 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 71483c14163bb15626830fa97a41367d07615b18..6798553d5cf8e4c55f11e53a6d60c71f2340d826 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (NL_TARGET): Delete.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 0607bc6db7ffa5ea3c79872cce7cf6fb3c597c9d..ecefb970b80c4de0c0804a18d4c591db6ed555de 100755 (executable)
@@ -2316,6 +2316,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3955,6 +3956,8 @@ done
 
 
 
+
+
 
 
 
@@ -11197,7 +11200,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11203 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11306,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11309 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index bc22fd73a909c22245fc8daa413d10a3a710591a..504b72fc7bd46ec2142f22986ccb378e75d9103b 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (NL_TARGET): Delete.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 4b4b8bc1bd86365159d26c29c3f533c457fbae52..855a460c13d27aae4c520f40ef847b0d95a90a83 100755 (executable)
@@ -2316,6 +2316,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3955,6 +3956,8 @@ done
 
 
 
+
+
 
 
 
@@ -11197,7 +11200,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11200 "configure"
+#line 11203 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11303,7 +11306,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11306 "configure"
+#line 11309 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 28626e2e49e752378ff5549bd3537f47e8338642..b2a02a6c45c8ad8374447cf575c39144601936db 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (NL_TARGET): Delete.
index 3b33610fa42e1a9eac9485f1add214c88c5edb04..33cda709afd781f768e685a50eb6bd4b9dcee525 100644 (file)
@@ -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
 
index c0fa44f22a19024af8ef0291c8d39779dae291ae..efb30d52aa339d122a88c91b447c98c7e3e794ea 100755 (executable)
@@ -2298,6 +2298,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 as_fn_append ac_header_list " termios.h"
@@ -3942,6 +3943,8 @@ done
 
 
 
+
+
 
 
 
@@ -11184,7 +11187,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11187 "configure"
+#line 11190 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11290,7 +11293,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11293 "configure"
+#line 11296 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 3cdcc24debe36f397b2384509e04859132fe617f..b0aa17f233f0d61cf646022cf3b0520ad5a17e55 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (NL_TARGET): Delete.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 983afc6ba76a5ce20df42a608d1faac86cf1ae69..75efb5c2001b60e696cffd79b9d256cbb1e26e24 100755 (executable)
@@ -2318,6 +2318,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3957,6 +3958,8 @@ done
 
 
 
+
+
 
 
 
@@ -11199,7 +11202,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11202 "configure"
+#line 11205 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11305,7 +11308,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11308 "configure"
+#line 11311 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 01825990bea3b7775ae88be01c5bc82d96838c0d..35fcbfc41995612236abaf110a876af6cd7c417d 100644 (file)
@@ -60,6 +60,7 @@ AC_CHECK_FUNCS_ONCE(m4_flatten([
   munmap
   posix_fallocate
   sigaction
+  strsignal
   time
   truncate
 ]))
index 788ecfe4434716c15274d1126bd117c7246ba2d6..a9b6408aca712c26eeaa261b311a899697e1a6f5 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-23  Mike Frysinger  <vapier@gentoo.org>
 
        * configure.ac (SIM_AC_OPTION_HARDWARE): Delete first two args.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index e2e78f825fe09ba04f0c3f415ac11c01ff959477..e876c063c65c9db96da90723308309576f80b0e2 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 815cd1a7c693ff15c44b6a5b928178b45f26b836..9151895ac95ccdd27bd78d8646ceff7891e80b0a 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index afd78ba045799d78ce3b4747e6751b613276c9b2..8c995cf2a92a4375ed56377c2f2ff5165fb2e475 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 5d6957b71011f7e5aa9abc358d30ed9ef7b067a0..5310e968bae1a22ed235fe8c6ff509e2fc751add 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 8cabf9261bffdcff1a8d3882ba65af82da0cde00..2b838775b0d3c8db486def484e806978e7779c45 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 40c9ad5a6cb3d18c8925ca1c88a9f0b58c2dc9e0..c4434ac32689f1fe6fa0869d11db72ded56916c8 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-23  Mike Frysinger  <vapier@gentoo.org>
 
        * configure.ac (hw_enabled): Delete.
index 3f13deee8f3035e9b4cb8a23c66bb9a658a5cf2f..b8e86160c77b8b3ec7ba35e03a572bba79e7b535 100644 (file)
@@ -82,6 +82,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
 
index 85e0832a876641c2db636365a9a59ec53c7d05b4..f7afb055460a031648f9860a967644827fd8d1ff 100755 (executable)
@@ -2335,6 +2335,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3974,6 +3975,8 @@ done
 
 
 
+
+
 
 
 
@@ -11216,7 +11219,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11219 "configure"
+#line 11222 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11322,7 +11325,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11325 "configure"
+#line 11328 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index e0fcfcdd7ff4fdb53a6f8d1732fa8d21f1f30fd7..04a2ccbd41c7e1a454420262304e7640f314a6f5 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (NL_TARGET): Delete.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index f7e634e8f78ebea6cd26529a32076f6dede98eca..c10fb16f8549900257edff5aa3b725528cf64a48 100755 (executable)
@@ -2311,6 +2311,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3950,6 +3951,8 @@ done
 
 
 
+
+
 
 
 
@@ -11192,7 +11195,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11195 "configure"
+#line 11198 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11298,7 +11301,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11301 "configure"
+#line 11304 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 6fb2cddd04ae51ea2f1e7c085b9af246788fda05..c85e434d47f87558572a4ed0ae90561ab9d53685 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (NL_TARGET): Delete.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 0314c64751757a4a6b8bd1b9d4c8c15480a3c4b6..15e36ee31f20ee36d36a69c28e55cc3f76565c81 100755 (executable)
@@ -2306,6 +2306,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3945,6 +3946,8 @@ done
 
 
 
+
+
 
 
 
@@ -11187,7 +11190,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11190 "configure"
+#line 11193 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11293,7 +11296,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11296 "configure"
+#line 11299 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 70997e5e8dcbad22a9249caa0425858307d78a8a..47b27961b057f8f69bcae080a6523d89d381b380 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (NL_TARGET): Delete.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 5c43b2964dfe81036d3f381a96aba15e54f3b1d6..6bb27f7f4a7a7d3e060919b29cf4453b70be164e 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index dd34d45653c856c79d95f31cf487d9fa5b5d5167..c79f22a139deb63686895a0bb1bd2ebab80f0b73 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 9e2040e1969c9acbc3d0ebc9d23d03ec5ddc6e7d..a4242d313a65e445bf12ebfcc05da3d9f203380c 100755 (executable)
@@ -2318,6 +2318,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3957,6 +3958,8 @@ done
 
 
 
+
+
 
 
 
@@ -11199,7 +11202,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11202 "configure"
+#line 11205 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11305,7 +11308,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11308 "configure"
+#line 11311 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 437300e9dea687f6640ad83dfd4b5f5b4d6a2bd0..9f5464ab6dc799010f895e04253bc1ef7fe6c0b1 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * Makefile.in (NL_TARGET): Delete.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 5c43b2964dfe81036d3f381a96aba15e54f3b1d6..6bb27f7f4a7a7d3e060919b29cf4453b70be164e 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 367faac9d4ed77fbfc98ce6072114f153e86a4f7..0b86f385d9153f320871b369e0d980cd03479529 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-01  Mike Frysinger  <vapier@gentoo.org>
 
        * sim-main.c (mulhu): Check if __SIZEOF_INT128__ is defined.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 96f4fff56a66ca6f9ec70428ca1f46ab8fa40049..68c63a78bfa469caf9629013b9ce96aed0d29cd2 100755 (executable)
@@ -2310,6 +2310,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3949,6 +3950,8 @@ done
 
 
 
+
+
 
 
 
@@ -11191,7 +11194,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11194 "configure"
+#line 11197 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11297,7 +11300,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11300 "configure"
+#line 11303 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 4adb625dbf1dcce3e4dd48235b59919ed6590d5f..9d70041b907fd8939ab657be8e594f97a827cdb8 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index 0a612701e3a8fbc0dd92646c277a75ebd1bb05f0..e12101440bf21e5ef06b4f5541e8033980df6194 100755 (executable)
@@ -2298,6 +2298,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3937,6 +3938,8 @@ done
 
 
 
+
+
 
 
 
@@ -11179,7 +11182,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11182 "configure"
+#line 11185 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11285,7 +11288,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11288 "configure"
+#line 11291 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index 633ed86780c7815df9dd45fa45b61a0bf1431b7a..d49ff89c57bb6f3bc585eeda0489a8c0510e4ca2 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-05-01  Mike Frysinger  <vapier@gentoo.org>
 
        * load.c (rx_load): Cast size to long.
index 7cb68b3f535bb4db755a830917bb4286ec646c7c..58ef4f31dfff8be4ee02482b3061d35deb7c06e8 100644 (file)
@@ -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
 
index e227982e361cd43fa6e86f5dc63f70d253bd717a..5339a32275a28aac1a3efb50aa6ccc57765f385c 100755 (executable)
@@ -2303,6 +2303,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3942,6 +3943,8 @@ done
 
 
 
+
+
 
 
 
@@ -11184,7 +11187,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11187 "configure"
+#line 11190 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11290,7 +11293,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11293 "configure"
+#line 11296 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index d89fe2802f48917a4eb24052ad6311391ca2dc42..c2875a7e92bbd164fc36b1db5a2a26b7ea041cd8 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8d37b72597d95f4deeb5d51f3d8fc9fb6bbf0ab7..c694fde2126e12a0f5981564ff4fb44bda090fdc 100644 (file)
@@ -73,6 +73,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
 
index afd78ba045799d78ce3b4747e6751b613276c9b2..8c995cf2a92a4375ed56377c2f2ff5165fb2e475 100755 (executable)
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 # Check that the precious variables saved in the cache have kept the same
@@ -3944,6 +3945,8 @@ done
 
 
 
+
+
 
 
 
@@ -11186,7 +11189,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index d46aa599e9fc7216995ececfa560bc12482d35a8..643d28b017a9b7e7cf279259fb1a7571a3c84e85 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-01  Mike Frysinger  <vapier@gentoo.org>
+
+       * config.in, configure: Regenerate.
+
 2021-04-26  Mike Frysinger  <vapier@gentoo.org>
 
        * aclocal.m4, config.in, configure: Regenerate.
index 8249d7cbd87134b39bf32fa17e7f428bc1a4800f..889d64c4d6521faee170558b39e2f4ea558c0a9f 100644 (file)
@@ -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
 
index d5941decb1eb23d2b756da4ea2a22eff3238c929..32fd5122ebe1f6e1aa48223a65298f2442157693 100755 (executable)
@@ -2311,6 +2311,7 @@ as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " posix_fallocate"
 as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
 as_fn_append ac_func_list " time"
 as_fn_append ac_func_list " truncate"
 as_fn_append ac_func_list " chmod"
@@ -3957,6 +3958,8 @@ done
 
 
 
+
+
 
 
 
@@ -11199,7 +11202,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11202 "configure"
+#line 11205 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11305,7 +11308,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11308 "configure"
+#line 11311 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H