[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH] kconfig: ensure strndup() declaration is visible
Its guard was updated such that it is visible by default when POSIX 2008 was adopted by glibc. It's not visible by default on older glibc. Fixes: f80fe2b34f08 ("xen: Update Kconfig to Linux v5.4") Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- a/xen/tools/kconfig/parser.y +++ b/xen/tools/kconfig/parser.y @@ -4,6 +4,7 @@ */ %{ +#define _GNU_SOURCE #include <ctype.h> #include <stdarg.h> #include <stdio.h>
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |