Sun Feb 27 12:27:22 2022 UTC ()
Do not assume we have a SYS_getrandom for the tools build.


(martin)
diff -r1.14 -r1.15 src/external/mit/expat/lib/libexpat/expat_config.h

cvs diff -r1.14 -r1.15 src/external/mit/expat/lib/libexpat/expat_config.h (expand / switch to unified diff)

--- src/external/mit/expat/lib/libexpat/expat_config.h 2022/02/26 18:49:42 1.14
+++ src/external/mit/expat/lib/libexpat/expat_config.h 2022/02/27 12:27:22 1.15
@@ -45,28 +45,30 @@ @@ -45,28 +45,30 @@
45 45
46/* Define to 1 if you have the <stdio.h> header file. */ 46/* Define to 1 if you have the <stdio.h> header file. */
47#define HAVE_STDIO_H 1 47#define HAVE_STDIO_H 1
48 48
49/* Define to 1 if you have the <stdlib.h> header file. */ 49/* Define to 1 if you have the <stdlib.h> header file. */
50#define HAVE_STDLIB_H 1 50#define HAVE_STDLIB_H 1
51 51
52/* Define to 1 if you have the <strings.h> header file. */ 52/* Define to 1 if you have the <strings.h> header file. */
53#define HAVE_STRINGS_H 1 53#define HAVE_STRINGS_H 1
54 54
55/* Define to 1 if you have the <string.h> header file. */ 55/* Define to 1 if you have the <string.h> header file. */
56#define HAVE_STRING_H 1 56#define HAVE_STRING_H 1
57 57
 58#ifndef TOOL_FCCACHE
58/* Define to 1 if you have `syscall' and `SYS_getrandom'. */ 59/* Define to 1 if you have `syscall' and `SYS_getrandom'. */
59#define HAVE_SYSCALL_GETRANDOM 1 60#define HAVE_SYSCALL_GETRANDOM 1
 61#endif
60 62
61/* Define to 1 if you have the <sys/param.h> header file. */ 63/* Define to 1 if you have the <sys/param.h> header file. */
62#define HAVE_SYS_PARAM_H 1 64#define HAVE_SYS_PARAM_H 1
63 65
64/* Define to 1 if you have the <sys/stat.h> header file. */ 66/* Define to 1 if you have the <sys/stat.h> header file. */
65#define HAVE_SYS_STAT_H 1 67#define HAVE_SYS_STAT_H 1
66 68
67/* Define to 1 if you have the <sys/types.h> header file. */ 69/* Define to 1 if you have the <sys/types.h> header file. */
68#define HAVE_SYS_TYPES_H 1 70#define HAVE_SYS_TYPES_H 1
69 71
70/* Define to 1 if you have the <unistd.h> header file. */ 72/* Define to 1 if you have the <unistd.h> header file. */
71#define HAVE_UNISTD_H 1 73#define HAVE_UNISTD_H 1
72 74