Module Name: src
Committed By: martin
Date: Sun Feb 27 12:27:22 UTC 2022
Modified Files:
src/external/mit/expat/lib/libexpat: expat_config.h
Log Message:
Do not assume we have a SYS_getrandom for the tools build.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/mit/expat/lib/libexpat/expat_config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/expat/lib/libexpat/expat_config.h
diff -u src/external/mit/expat/lib/libexpat/expat_config.h:1.14 src/external/mit/expat/lib/libexpat/expat_config.h:1.15
--- src/external/mit/expat/lib/libexpat/expat_config.h:1.14 Sat Feb 26 18:49:42 2022
+++ src/external/mit/expat/lib/libexpat/expat_config.h Sun Feb 27 12:27:22 2022
@@ -55,8 +55,10 @@
/* Define to 1 if you have the <string.h> 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 <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1