aboutsummaryrefslogtreecommitdiff
path: root/devel/electron33/files/patch-sandbox_linux_services_libc__interceptor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron33/files/patch-sandbox_linux_services_libc__interceptor.cc')
-rw-r--r--devel/electron33/files/patch-sandbox_linux_services_libc__interceptor.cc21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/electron33/files/patch-sandbox_linux_services_libc__interceptor.cc b/devel/electron33/files/patch-sandbox_linux_services_libc__interceptor.cc
deleted file mode 100644
index 9b976657c263..000000000000
--- a/devel/electron33/files/patch-sandbox_linux_services_libc__interceptor.cc
+++ /dev/null
@@ -1,21 +0,0 @@
---- sandbox/linux/services/libc_interceptor.cc.orig 2024-08-14 20:55:10 UTC
-+++ sandbox/linux/services/libc_interceptor.cc
-@@ -17,7 +17,9 @@
- #include <stddef.h>
- #include <stdint.h>
- #include <string.h>
-+#if !BUILDFLAG(IS_BSD)
- #include <sys/prctl.h>
-+#endif
- #include <sys/socket.h>
- #include <sys/types.h>
- #include <time.h>
-@@ -173,7 +175,7 @@ bool ReadTimeStruct(base::PickleIterator* iter,
- } else {
- base::AutoLock lock(g_timezones_lock.Get());
- auto ret_pair = g_timezones.Get().insert(timezone);
-- output->tm_zone = ret_pair.first->c_str();
-+ output->tm_zone = (char *)ret_pair.first->c_str();
- }
-
- return true;