]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add conditional code for android's lack of definition of SYS_getdent64.
authorGregory P. Smith <greg@krypto.org>
Mon, 14 Apr 2014 20:31:21 +0000 (13:31 -0700)
committerGregory P. Smith <greg@krypto.org>
Mon, 14 Apr 2014 20:31:21 +0000 (13:31 -0700)
commitefeb9da4ae97861101a7582f8eafdaf836e82cd7
tree7f3a7d840e7afaa6402c6ec3752ea42ed4f3704b
parent01bafdcccc4ab653f70379a58a3183fac36e7132
Add conditional code for android's lack of definition of SYS_getdent64.
Fixes issue20307.  No Misc/NEWS entry because frankly this is an
esoteric platform for anyone to be figuring out how to cross compile
CPython for.
Modules/_posixsubprocess.c