Reported by Simon Josefsson in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00158.html>.
* lib/stdlib.in.h (free): Talk about POSIX:2024, not future POSIX.
Recommend module 'free-posix'.
+2024-11-19 Bruno Haible <bruno@clisp.org>
+
+ stdlib: Adjust warning about function 'free'.
+ Reported by Simon Josefsson in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2024-11/msg00158.html>.
+ * lib/stdlib.in.h (free): Talk about POSIX:2024, not future POSIX.
+ Recommend module 'free-posix'.
+
2024-11-17 Jan Palus <jpalus@fastmail.com> (tiny change)
md5-stream, sha*-stream, sm3-stream: Avoid duplicate symbols.
#elif defined GNULIB_POSIXCHECK
# undef free
/* Assume free is always declared. */
-_GL_WARN_ON_USE (free, "free is not future POSIX compliant everywhere - "
- "use gnulib module free for portability");
+_GL_WARN_ON_USE (free, "free is not POSIX:2024 compliant everywhere - "
+ "use gnulib module free-posix for portability");
#endif