sim: restore lstat & mkdir func checks
authorMike Frysinger <vapier@gentoo.org>
Wed, 9 Nov 2022 17:19:45 +0000 (00:19 +0700)
committerMike Frysinger <vapier@gentoo.org>
Wed, 9 Nov 2022 17:19:45 +0000 (00:19 +0700)
When merging ppc configure checks into the top-level, these 2 funcs
were accidentally dropped (probably due to incorrect resolution of
conflicts).  Restore them since the ppc code utilizes them both.

sim/config.h.in
sim/configure
sim/m4/sim_ac_platform.m4

index 7c0087fcd0b6ca2aa6af0d8e23fb7ee5c7d1025f..71f17fb926bb81fdc27cd28dd53ce2092f14ccec 100644 (file)
 /* Define to 1 if you have the `lseek' function. */
 #undef HAVE_LSEEK
 
+/* Define to 1 if you have the `lstat' function. */
+#undef HAVE_LSTAT
+
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
+/* Define to 1 if you have the `mkdir' function. */
+#undef HAVE_MKDIR
+
 /* Define to 1 if you have the `mmap' function. */
 #undef HAVE_MMAP
 
index 1916e1d37f63087c6084778cdc1346477d7a30bd..57c4fcf6972e4713cd865c1e657cea63d1e833ef 100755 (executable)
@@ -2929,6 +2929,8 @@ as_fn_append ac_func_list " ioctl"
 as_fn_append ac_func_list " kill"
 as_fn_append ac_func_list " link"
 as_fn_append ac_func_list " lseek"
+as_fn_append ac_func_list " lstat"
+as_fn_append ac_func_list " mkdir"
 as_fn_append ac_func_list " mmap"
 as_fn_append ac_func_list " munmap"
 as_fn_append ac_func_list " pipe"
@@ -5539,6 +5541,10 @@ done
 
 
 
+
+
+
+
 
 
 
@@ -12425,7 +12431,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12428 "configure"
+#line 12434 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -12531,7 +12537,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 12534 "configure"
+#line 12540 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
index abfb2bd9e6e66a444204947dbbb6930a6356df7b..0a910c7f5b3d5597111aa17952cc5e697321c643 100644 (file)
@@ -79,6 +79,8 @@ AC_CHECK_FUNCS_ONCE(m4_flatten([
   kill
   link
   lseek
+  lstat
+  mkdir
   mmap
   munmap
   pipe