Issue #11185: Fix test_wait4 under AIX.  Patch by Sébastien Sablé.
diff --git a/Misc/NEWS b/Misc/NEWS
index 405bf5c..fec41b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -99,6 +99,8 @@
 Tests
 -----
 
+- Issue #11185: Fix test_wait4 under AIX.  Patch by Sébastien Sablé.
+
 - Issue #18094: test_uuid no more reports skipped tests as passed.
 
 - Issue #11995: test_pydoc doesn't import all sys.path modules anymore.