Skip to content

Commit ebfccbf

Browse files
committed
Say malloc/realloc cache vars can have spaces
1 parent 74df3c6 commit ebfccbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: doc/autoconf.texi

+2
Original file line numberDiff line numberDiff line change
@@ -5390,6 +5390,7 @@ rpl_malloc (size_t n)
53905390

53915391
The result of this macro is cached in the
53925392
@code{ac_cv_func_malloc_0_nonnull} variable.
5393+
The result might contain spaces, e.g., @code{guessing yes}.
53935394

53945395
If you don't want to maintain a @code{malloc.c} file in your package
53955396
manually, you can instead use the Gnulib module @code{malloc-gnu}.
@@ -5497,6 +5498,7 @@ the native @code{realloc} is not used in the main project. See
54975498

54985499
The result of this macro is cached in the
54995500
@code{ac_cv_func_realloc_0_nonnull} variable.
5501+
The result might contain spaces, e.g., @code{guessing yes}.
55005502

55015503
This macro does not check compatibility with glibc @code{realloc (@var{p}, 0)}
55025504
when @var{p} is non-null, as glibc 1--2.1 behaves differently from glibc

0 commit comments

Comments
 (0)