Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
platforms.
diff --git a/Misc/NEWS b/Misc/NEWS
index b79595a..280448b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@
 Library
 -------
 
+- Issue #22821: Fixed fcntl() with integer argument on 64-bit big-endian
+  platforms.
+
 - Issues #814253, #9179: Group references and conditional group references now
   work in lookbehind assertions in regular expressions.