We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316d8dd commit 1bbb214Copy full SHA for 1bbb214
src/detection/disk/disk_linux.c
@@ -10,7 +10,7 @@
10
#include <sys/stat.h>
11
#include <sys/statvfs.h>
12
13
-#ifdef STATX_BTIME
+#if defined(STATX_BTIME) && !defined(__ANDROID__)
14
#include <sys/syscall.h>
15
#endif
16
0 commit comments