This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shiz
Recipients shiz
Date 2014-01-19.18:27:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390156070.61.0.536992358716.issue20307@psf.upfronthosting.co.za>
In-reply-to
Content
Bionic, Android's C library, fails to expose the SYS_* constants used for the syscall(1) interface, which causes compilation of the _posixsubprocess module to fail as it directly attempts to call SYS_getdents64.

Attached is an experimental patch that manually defines SYS_getdents64 from Bionic's internals.
History
Date User Action Args
2014-01-19 18:27:50shizsetrecipients: + shiz
2014-01-19 18:27:50shizsetmessageid: <1390156070.61.0.536992358716.issue20307@psf.upfronthosting.co.za>
2014-01-19 18:27:50shizlinkissue20307 messages
2014-01-19 18:27:50shizcreate