diff options
Diffstat (limited to 'www/chromium/files/patch-third__party_fontconfig_src_src_fccompat.c')
-rw-r--r-- | www/chromium/files/patch-third__party_fontconfig_src_src_fccompat.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-third__party_fontconfig_src_src_fccompat.c b/www/chromium/files/patch-third__party_fontconfig_src_src_fccompat.c index 76245ce2e3d4..5244dd445d6f 100644 --- a/www/chromium/files/patch-third__party_fontconfig_src_src_fccompat.c +++ b/www/chromium/files/patch-third__party_fontconfig_src_src_fccompat.c @@ -1,6 +1,6 @@ ---- third_party/fontconfig/src/src/fccompat.c.orig 2023-04-05 11:05:06 UTC +--- third_party/fontconfig/src/src/fccompat.c.orig 2025-07-02 06:08:04 UTC +++ third_party/fontconfig/src/src/fccompat.c -@@ -184,7 +184,9 @@ FcRandom(void) +@@ -175,7 +175,9 @@ FcRandom (void) { int32_t result; @@ -9,5 +9,5 @@ + result = arc4random() & 0x7fffffff; +#elif HAVE_RANDOM_R static struct random_data fcrandbuf; - static char statebuf[256]; - static FcBool initialized = FcFalse; + static char statebuf[256]; + static FcBool initialized = FcFalse; |