Hello Petr, Hello On 1/9/20 4:36 PM, Petr Vorel wrote: > Fixes: d8d701003 ("malloc.3: Since glibc 2.29, realloc() is exposed by > defining _DEFAULT_SOURCE") > > Signed-off-by: Petr Vorel <pvorel@xxxxxxx> Thanks. Patch applied. Cheers, Michael > --- > man3/malloc.3 | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/man3/malloc.3 b/man3/malloc.3 > index 111e2a067..c3b688ab3 100644 > --- a/man3/malloc.3 > +++ b/man3/malloc.3 > @@ -51,7 +51,6 @@ Feature Test Macro Requirements for glibc (see > .PP > .BR reallocarray (): > .ad l > -_GNU_SOURCE > Since glibc 2.29: > _DEFAULT_SOURCE > Glibc 2.28 and earlier: > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/