summarylogtreecommitdiffstats
path: root/qt-no-statx.patch
blob: 7c65cc4360afccbfe5ce891503e5e2fdfe52b562 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/src/corelib/io/qfilesystemengine_unix.cpp.orig	2018-09-13 11:11:30.601508754 +0200
+++ b/src/corelib/io/qfilesystemengine_unix.cpp	2018-09-13 11:06:56.148478543 +0200
@@ -118,7 +118,7 @@
 #    if 0 && !QT_CONFIG(statx) && defined(SYS_statx)
 static int statx(int dirfd, const char *pathname, int flag, unsigned mask, struct statx *statxbuf)
 { return syscall(SYS_statx, dirfd, pathname, flag, mask, statxbuf); }
-#    elif !QT_CONFIG(statx) && !defined(SYS_statx)
+#    elif 1
 #      undef STATX_BASIC_STATS
 #    endif
 #  endif // !Q_OS_ANDROID