aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/u.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/u.h b/include/u.h
index 5f53736f..e4279179 100644
--- a/include/u.h
+++ b/include/u.h
@@ -34,6 +34,9 @@ extern "C" {
#if defined(__AIX__)
# define _XOPEN_SOURCE 1
#endif
+#if defined(__APPLE__)
+# define _DARWIN_NO_64_BIT_INODE /* Snow Leopard */
+#endif
#define _LARGEFILE64_SOURCE 1
#define _FILE_OFFSET_BITS 64