aboutsummaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-base_time_time__now__posix.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron35/files/patch-base_time_time__now__posix.cc')
-rw-r--r--devel/electron35/files/patch-base_time_time__now__posix.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/electron35/files/patch-base_time_time__now__posix.cc b/devel/electron35/files/patch-base_time_time__now__posix.cc
deleted file mode 100644
index 2099f31627ab..000000000000
--- a/devel/electron35/files/patch-base_time_time__now__posix.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- base/time/time_now_posix.cc.orig 2025-01-27 17:37:37 UTC
-+++ base/time/time_now_posix.cc
-@@ -27,7 +27,7 @@
- #endif
-
- // NaCl doesn't support CLOCK_MONOTONIC_COARSE.
--#if BUILDFLAG(IS_NACL)
-+#if BUILDFLAG(IS_NACL) || BUILDFLAG(IS_BSD)
- #define TIMETICKS_LOW_RESOLUTION_CLOCK CLOCK_MONOTONIC
- #else
- #define TIMETICKS_LOW_RESOLUTION_CLOCK CLOCK_MONOTONIC_COARSE