1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

vasprintf-posix, vasprintf-gnu: Fix module description.

Reported by Vivien Kraus <vivien@planete-kraus.eu> in
<https://lists.gnu.org/archive/html/bug-gnulib/2025-03/msg00009.html>.

* modules/vasprintf-posix (Include): Change to <stdio.h>.
* modules/vasprintf-gnu (Include): Likewise.
This commit is contained in:
Bruno Haible
2025-03-03 20:41:41 +01:00
parent a150644bf4
commit b76cdfe14c
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
2025-03-03 Bruno Haible <bruno@clisp.org>
vasprintf-posix, vasprintf-gnu: Fix module description.
Reported by Vivien Kraus <vivien@planete-kraus.eu> in
<https://lists.gnu.org/archive/html/bug-gnulib/2025-03/msg00009.html>.
* modules/vasprintf-posix (Include): Change to <stdio.h>.
* modules/vasprintf-gnu (Include): Likewise.
2025-03-01 Bruno Haible <bruno@clisp.org> 2025-03-01 Bruno Haible <bruno@clisp.org>
package-version: Improve wording in './configure --help'. package-version: Improve wording in './configure --help'.

View File

@@ -20,7 +20,7 @@ gl_FUNC_VASPRINTF_GNU
Makefile.am: Makefile.am:
Include: Include:
"vasprintf.h" <stdio.h>
License: License:
LGPL LGPL

View File

@@ -26,7 +26,7 @@ gl_FUNC_VASPRINTF_POSIX
Makefile.am: Makefile.am:
Include: Include:
"vasprintf.h" <stdio.h>
License: License:
LGPL LGPL