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:
@@ -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'.
|
||||||
|
@@ -20,7 +20,7 @@ gl_FUNC_VASPRINTF_GNU
|
|||||||
Makefile.am:
|
Makefile.am:
|
||||||
|
|
||||||
Include:
|
Include:
|
||||||
"vasprintf.h"
|
<stdio.h>
|
||||||
|
|
||||||
License:
|
License:
|
||||||
LGPL
|
LGPL
|
||||||
|
@@ -26,7 +26,7 @@ gl_FUNC_VASPRINTF_POSIX
|
|||||||
Makefile.am:
|
Makefile.am:
|
||||||
|
|
||||||
Include:
|
Include:
|
||||||
"vasprintf.h"
|
<stdio.h>
|
||||||
|
|
||||||
License:
|
License:
|
||||||
LGPL
|
LGPL
|
||||||
|
Reference in New Issue
Block a user