Bruno Haible via Gnulib discussion list <[email protected]> writes: > Therefore we can remove or alias 'realloc-gnu'. In order to avoid possible > complaints, I'm making it a module alias for 'realloc-posix'.
Thanks. I applied this minor correction. I see you copied the deprecation notice from 'dosname' but forgot to change the module name. :) Collin diff --git a/ChangeLog b/ChangeLog index c0d8f3dedd..93375a0dc0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-10-27 Collin Funk <[email protected]> + + realloc-gnu: Fix typo in deprecation notice. + * modules/realloc-gnu (Notice): Recommend 'realloc-posix' in the + deprecation notice. + 2024-10-27 Bruno Haible <[email protected]> realloc-gnu: Replace module with an alias to realloc-posix. diff --git a/modules/realloc-gnu b/modules/realloc-gnu index 4ad46a94eb..adb93129b9 100644 --- a/modules/realloc-gnu +++ b/modules/realloc-gnu @@ -5,7 +5,7 @@ Status: deprecated Notice: -This module is deprecated. Use the module 'filename' instead. +This module is deprecated. Use the module 'realloc-posix' instead. Files:
