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-18 Pádraig Brady <P@draigBrady.com>
maint: avoid sc_prohibit_undesirable_word_seq failure
#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