chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:47:42 +08:00
commit be3ef883e1
1214 changed files with 431743 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
diff --git a/env/io_posix.cc b/env/io_posix.cc
index 0ec0e9c83..a78ac5a13 100644
--- a/env/io_posix.cc
+++ b/env/io_posix.cc
@@ -27,7 +27,7 @@
#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
-#ifdef OS_LINUX
+#if defined(OS_LINUX) || defined(OS_ANDROID)
#include <sys/statfs.h>
#include <sys/sysmacros.h>
#endif