Issue #10062: Allow building on platforms which do not have sem_timedwait.
diff --git a/Misc/NEWS b/Misc/NEWS
index 81dc552..e90cb37 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -346,6 +346,8 @@
 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.