posixmodule.c doesn't detect xattr support on Linux with non-glibc (e.g. musl)
#101857
Labels
build
The build process and cross-build
extension-modules
C modules in the Modules dir
type-bug
An unexpected behavior, bug, or error
Bug report
posixmodule.cdetects xattr support by checking for__GLIBC__(and some other conditions) atcpython/Modules/posixmodule.c
Line 277 in 86ebd5c
On a musl system, it's easy to reproduce with:
Your environment
Linked PRs
The text was updated successfully, but these errors were encountered: