SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72114 0 1 Python

gh-140239: Check for statx on Android (#140395)

Android has Linux's statx, but MACHDEP is "android" on Android, so
configure doesn't check for statx on Android.  Base the check for statx
on ac_sys_system instead, which is "Linux-android" on Android, "Linux"
on other Linux distributions, and "AIX" on AIX (which has an
incompatible function named statx).
J
Jeffrey Bosboom committed
c788bfb80e0e8b312d31db810de4c090a1059a71
Parent: 0c01090
Committed by GitHub <noreply@github.com> on 10/21/2025, 3:54:00 PM