From 5aadf4103d4615ee48f7e4fa088e10169b626583 Mon Sep 17 00:00:00 2001 From: martin Date: Sun, 27 Feb 2022 12:27:22 +0000 Subject: [PATCH] Do not assume we have a SYS_getrandom for the tools build. --- external/mit/expat/lib/libexpat/expat_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/external/mit/expat/lib/libexpat/expat_config.h b/external/mit/expat/lib/libexpat/expat_config.h index 023b0ca003fc..ce8bb9a7a864 100644 --- a/external/mit/expat/lib/libexpat/expat_config.h +++ b/external/mit/expat/lib/libexpat/expat_config.h @@ -55,8 +55,10 @@ /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 +#ifndef TOOL_FCCACHE /* Define to 1 if you have `syscall' and `SYS_getrandom'. */ #define HAVE_SYSCALL_GETRANDOM 1 +#endif /* Define to 1 if you have the header file. */ #define HAVE_SYS_PARAM_H 1