From cabffd1e72bcca74a30d91dd4c06684fc92b6336 Mon Sep 17 00:00:00 2001 From: osy Date: Thu, 27 Jul 2023 15:13:58 -0700 Subject: [PATCH] project: fix building on x86_64 --- Extras/xconfig.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Extras/xconfig.h b/Extras/xconfig.h index 3699818..c1f0ad9 100644 --- a/Extras/xconfig.h +++ b/Extras/xconfig.h @@ -996,7 +996,9 @@ /*#undef HAVE_SIZE_T*/ /*#undef NO_SIZE_T*/ -/* #undef VA_LIST_IS_ARRAY */ /* va_list is an array */ +#ifdef __x86_64__ +#define VA_LIST_IS_ARRAY 1 /* va_list is an array */ +#endif #define GETGROUPS_T int #define GID_T GETGROUPS_T