diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-22 09:38:59 (GMT) |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-22 09:38:59 (GMT) |
commit | bdf0d0f0392b2438a1424fb869937d769e5a4552 (patch) | |
tree | 5a7064efdc342b674f9144659d337ed01994fdcd /Misc/NEWS | |
parent | 437a5d2c25c2f64ddcdbf9c509d406071c74c1fb (diff) | |
download | cpython-bdf0d0f0392b2438a1424fb869937d769e5a4552.zip cpython-bdf0d0f0392b2438a1424fb869937d769e5a4552.tar.gz cpython-bdf0d0f0392b2438a1424fb869937d769e5a4552.tar.bz2 |
Issue #28762: lockf() is available on Android API level 24, but the
F_LOCK macro is not defined in android-ndk-r13.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -84,6 +84,9 @@ Tests Build ----- +- Issue #28762: lockf() is available on Android API level 24, but the F_LOCK + macro is not defined in android-ndk-r13. + - Issue #28538: Fix the compilation error that occurs because if_nameindex() is available on Android API level 24, but the if_nameindex structure is not defined. |