mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 04:48:55 +00:00
12 lines
186 B
Diff
12 lines
186 B
Diff
--- a/utils/pathut.cpp
|
|
+++ b/utils/pathut.cpp
|
|
@@ -1103,7 +1103,7 @@
|
|
#endif
|
|
}
|
|
|
|
-#if defined(STATX_TYPE)
|
|
+#if defined(STATX_TYPE) && !defined(__ANDROID__)
|
|
|
|
#include <sys/syscall.h>
|
|
|