aboutsummaryrefslogtreecommitdiff
path: root/sim/config.h.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-01 23:32:29 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-02 00:31:40 -0500
commitd43207b0570c5d893e70efb3b14cc219d4ff1462 (patch)
treeba3ea0f23365ea73c102b04348fa0da910fb05e3 /sim/config.h.in
parent568432432a3942d39a67e011f02b588e8f49fef7 (diff)
downloadfsf-binutils-gdb-d43207b0570c5d893e70efb3b14cc219d4ff1462.zip
fsf-binutils-gdb-d43207b0570c5d893e70efb3b14cc219d4ff1462.tar.gz
fsf-binutils-gdb-d43207b0570c5d893e70efb3b14cc219d4ff1462.tar.bz2
sim: ppc: move struct statfs to top-level
Diffstat (limited to 'sim/config.h.in')
-rw-r--r--sim/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/config.h.in b/sim/config.h.in
index 7115a9c..78fa632 100644
--- a/sim/config.h.in
+++ b/sim/config.h.in
@@ -219,6 +219,9 @@
/* Define to 1 if you have the `strsignal' function. */
#undef HAVE_STRSIGNAL
+/* Define if struct statfs is defined in <sys/mount.h> */
+#undef HAVE_STRUCT_STATFS
+
/* Define to 1 if `st_atime' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_ATIME