0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-10-10 21:50:46 +00:00
Files
termux-packages/packages/fastfetch/disk_linux.c.patch

12 lines
338 B
Diff

--- src/src/detection/disk/disk_linux.c 2025-09-23 05:19:55.000000000 +0300
+++ src/src/detection/disk/disk_linux.c.patch 2025-10-04 20:05:21.846055863 +0300
@@ -10,7 +10,7 @@
#include <sys/stat.h>
#include <sys/statvfs.h>
-#ifdef STATX_BTIME
+#if defined(STATX_BTIME) && !defined(__ANDROID__)
#include <sys/syscall.h>
#endif