Commit ea6c7a9
pythongh-140239: Check for statx on Android (python#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).1 parent 99c908c commit ea6c7a9
File tree
3 files changed
+15
-9
lines changed- Misc/NEWS.d/next/Build
3 files changed
+15
-9
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5258 | 5258 | | |
5259 | 5259 | | |
5260 | 5260 | | |
5261 | | - | |
5262 | | - | |
5263 | | - | |
5264 | | - | |
| 5261 | + | |
| 5262 | + | |
| 5263 | + | |
| 5264 | + | |
| 5265 | + | |
5265 | 5266 | | |
5266 | 5267 | | |
5267 | 5268 | | |
| |||
0 commit comments