]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720)
authorBenjamin Peterson <benjamin@python.org>
Tue, 13 Sep 2011 21:20:47 +0000 (17:20 -0400)
committerBenjamin Peterson <benjamin@python.org>
Tue, 13 Sep 2011 21:20:47 +0000 (17:20 -0400)
commitb77fe173203139af07eaee17c3540ae8fdd3a672
treebe2ab63a689af7bd4262a456134f35f1d096dc86
parent3ac4f59a82ad7caec46d35293fe974013cfe5925
Use xattr functions from sys/xattr.h instead of attr/xattr.h (closes #12720)

sys/xattr.h is glibc while attr/xattr.h is a separate library.
Modules/posixmodule.c
configure
configure.in
pyconfig.h.in