diff options
Diffstat (limited to 'community/chromium/secure_getenv.patch')
-rw-r--r-- | community/chromium/secure_getenv.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/community/chromium/secure_getenv.patch b/community/chromium/secure_getenv.patch index 842a11532d..9ab048b626 100644 --- a/community/chromium/secure_getenv.patch +++ b/community/chromium/secure_getenv.patch @@ -1,16 +1,16 @@ --- ./third_party/angle/third_party/vulkan-loader/src/loader/loader.c.orig +++ ./third_party/angle/third_party/vulkan-loader/src/loader/loader.c -@@ -37,6 +37,9 @@ - #include <CoreFoundation/CoreFoundation.h> - #include <sys/param.h> - #endif +@@ -35,6 +35,9 @@ + #include <stdbool.h> + #include <string.h> + #include <stddef.h> +#if defined(HAVE_GETAUXVAL) +#include <sys/auxv.h> +#endif - #include <sys/types.h> - #if defined(_WIN32) - #include "dirent_on_windows.h" -@@ -240,6 +243,8 @@ + + #if defined(__APPLE__) + #include <CoreFoundation/CoreFoundation.h> +@@ -256,6 +259,8 @@ #elif defined(HAVE___SECURE_GETENV) (void)inst; return __secure_getenv(name); |