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

Xavier de Gaye report at bugs.python.org
Wed Apr 27 05:47:09 EDT 2016


Xavier de Gaye added the comment:

New patch taking into account Gregory's comments.
API level 19 is the last to have a sys/linux-syscalls.h header.
All levels have a android/api-level.h header that define __ANDROID_API__.
There is no API level 20, and SYS_getdents64 is defined at API level 21.

----------
Added file: http://bugs.python.org/file42629/posixmodule.patch

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


More information about the Python-bugs-list mailing list