summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-22 09:38:59 (GMT)
committerXavier de Gaye <xdegaye@users.sourceforge.net>2016-12-22 09:38:59 (GMT)
commitbdf0d0f0392b2438a1424fb869937d769e5a4552 (patch)
tree5a7064efdc342b674f9144659d337ed01994fdcd /Misc/NEWS
parent437a5d2c25c2f64ddcdbf9c509d406071c74c1fb (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 85e7823..b9644df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.