[issue26862] SYS_getdents64 does not need to be defined on android API 21

Gregory P. Smith report at bugs.python.org
Tue Apr 26 17:23:58 EDT 2016


Gregory P. Smith added the comment:

I have no problem just removing the #ifdef as Android API 21 is now old enough (Lollipop / 5.0) that anyone building Python 3.6 for use on Android is probably fine with it.

If there is a #define that can be used to test the android api level at compile time, adding that to the #if is another approach and would keep people who are trying to run something on an older version happy.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26862>
_______________________________________


More information about the Python-bugs-list mailing list