Message 264366 - Python tracker
Message264366
| Author | xdegaye |
|---|---|
| Recipients | Alex.Willmer, Roman.Evstifeev, gregory.p.smith, skrah, xdegaye |
| Date | 2016-04-27.09:47:08 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1461750429.03.0.0812758118507.issue26862@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-04-27 09:47:09 | xdegaye | set | recipients: + xdegaye, gregory.p.smith, skrah, Roman.Evstifeev, Alex.Willmer |
| 2016-04-27 09:47:09 | xdegaye | set | messageid: <1461750429.03.0.0812758118507.issue26862@psf.upfronthosting.co.za> |
| 2016-04-27 09:47:09 | xdegaye | link | issue26862 messages |
| 2016-04-27 09:47:08 | xdegaye | create | |