Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.
See also https://bugs.launchpad.net/bugs/72505.
diff --git a/Misc/NEWS b/Misc/NEWS
index 640ba31..76f25d4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,9 @@
 Library
 -------
 
+- ctypes will now work correctly on 32-bit systems when Python is
+  configured with --with-system-ffi.
+
 - Bug #1777530: ctypes.util.find_library uses dump(1) instead of
   objdump(1) on Solaris.