aboutsummaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-10 00:19:45 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-10 00:19:45 +0700
commit959550953e9467b3aa3e168c8ea313e123626d9b (patch)
tree3bc4a50d3930ff7055becbe8dc3ce2d182ac55f9 /sim/config.h.in
parent31b40f11f1cf7c79eff80bed214d3350a9a209a4 (diff)
downloadgdb-959550953e9467b3aa3e168c8ea313e123626d9b.zip
gdb-959550953e9467b3aa3e168c8ea313e123626d9b.tar.gz
gdb-959550953e9467b3aa3e168c8ea313e123626d9b.tar.bz2
sim: restore lstat & mkdir func checks
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.
Diffstat (limited to 'sim/config.h.in')
-rw-r--r--sim/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in
index 7c0087f..71f17fb 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -135,9 +135,15 @@
/* 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