Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.
Thanks to Robert Xiao.
diff --git a/Misc/NEWS b/Misc/NEWS
index 276f665..a605909 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,9 @@
 Library
 -------
 
+- Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.
+  Thanks to Robert Xiao.
+
 - Issue #10570: curses.putp() and curses.tigetstr() are now expecting a byte
   string, instead of a Unicode string.