summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 81dc552..e90cb37 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -346,6 +346,8 @@ Tests
Build
-----
+- Issue #10062: Allow building on platforms which do not have sem_timedwait.
+
- Issue #10054: Some platforms provide uintptr_t in inttypes.h. Patch by
Akira Kitada.