aboutsummaryrefslogtreecommitdiff
path: root/www/ungoogled-chromium/files/patch-sandbox_linux_services_libc__interceptor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/ungoogled-chromium/files/patch-sandbox_linux_services_libc__interceptor.cc')
-rw-r--r--www/ungoogled-chromium/files/patch-sandbox_linux_services_libc__interceptor.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ungoogled-chromium/files/patch-sandbox_linux_services_libc__interceptor.cc b/www/ungoogled-chromium/files/patch-sandbox_linux_services_libc__interceptor.cc
index e2cb20807964..53a54bdd00ae 100644
--- a/www/ungoogled-chromium/files/patch-sandbox_linux_services_libc__interceptor.cc
+++ b/www/ungoogled-chromium/files/patch-sandbox_linux_services_libc__interceptor.cc
@@ -1,4 +1,4 @@
---- sandbox/linux/services/libc_interceptor.cc.orig 2023-09-17 07:59:53 UTC
+--- sandbox/linux/services/libc_interceptor.cc.orig 2024-05-23 20:04:36 UTC
+++ sandbox/linux/services/libc_interceptor.cc
@@ -12,7 +12,9 @@
#include <stddef.h>
@@ -10,7 +10,7 @@
#include <sys/socket.h>
#include <sys/types.h>
#include <time.h>
-@@ -167,7 +169,7 @@ bool ReadTimeStruct(base::PickleIterator* iter,
+@@ -168,7 +170,7 @@ bool ReadTimeStruct(base::PickleIterator* iter,
} else {
base::AutoLock lock(g_timezones_lock.Get());
auto ret_pair = g_timezones.Get().insert(timezone);