qt5base-lts/src
Thiago Macieira b3eb951d18 QStorageInfo/Linux: switch the non-Android version to also use statfs()
It's the actual system call on Linux, inspired by the 4.4BSD call of the
same name (and our BSD code also uses statfs(), except for NetBSD, but
it probably could use statfs() there too). statvfs() wasn't introduced
until POSIX.1-2001, though glibc added it in 1998 for version 2.1 and
Bionic only for NDK version 19 in 2019.

So we could merge the Android code to the POSIX version, but it's easier
to merge the non-Android code to the raw system call.

Change-Id: I8f3ce163ccc5408cac39fffd178dbd83567a78d5
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2023-11-17 15:36:37 -07:00
..
3rdparty Upgrade to Harfbuzz 8.3.0 2023-11-16 02:55:10 +01:00
android Android: cleanup unused java imports 2023-11-18 00:00:10 +02:00
assets Add XDG theme file for example icons 2023-06-26 17:32:10 +00:00
concurrent Doc: Fix warnings and linking issues 2023-10-09 17:24:07 +00:00
corelib QStorageInfo/Linux: switch the non-Android version to also use statfs() 2023-11-17 15:36:37 -07:00
dbus Implement QDBusAbstractInterface::setInteractiveAuthorizationAllowed 2023-11-07 19:49:34 +00:00
entrypoint
gui Don't update DPR on de-expose events 2023-11-17 22:32:25 +01:00
network http2: Fix authentication code and race 2023-11-15 12:18:14 +01:00
opengl Include what you need: <QPointer> 2023-10-12 21:38:54 +02:00
openglwidgets QOpenGLWidget: Call glClear in the default paintGL implementation 2023-09-04 11:46:29 +02:00
platformsupport tslib: generate event with correct buttons and event type 2023-11-08 13:40:44 +02:00
plugins Remove ambiguity in handling of registry keys from setupAPI.h 2023-11-17 23:29:00 +01:00
printsupport QPrinter: allow any margins when setting a fullpage QPageLayout 2023-11-09 16:52:45 +00:00
sql Highlight some examples for 'Data Processing & IO' category 2023-10-31 19:35:59 +02:00
testlib [doc] QBENCHMARK_ONCE: fix typos 2023-11-15 23:40:24 +01:00
tools uic: Use fully qualified enum value for remaining cases 2023-11-15 23:40:24 +01:00
widgets QMdiArea: fix initial single-sub-window in TabbedView 2023-11-17 23:07:01 +02:00
xml Doc: Fix warnings and linking issues 2023-10-09 17:24:07 +00:00
CMakeLists.txt