aboutsummaryrefslogtreecommitdiff
path: root/bits/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'bits/stat.h')
-rw-r--r--bits/stat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/bits/stat.h b/bits/stat.h
index b9495c5..c90450a 100644
--- a/bits/stat.h
+++ b/bits/stat.h
@@ -100,4 +100,9 @@ struct stat64
};
#endif
+#if defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T
+/* Inform libc code that these two types are effectively identical. */
+# define _STAT_MATCHES_STAT64 1
+#endif
+
#endif /* bits/stat.h */