aboutsummaryrefslogtreecommitdiff
path: root/devel/electron18/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron18/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h')
-rw-r--r--devel/electron18/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron18/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h b/devel/electron18/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h
new file mode 100644
index 000000000000..1e5c5591a22b
--- /dev/null
+++ b/devel/electron18/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h
@@ -0,0 +1,11 @@
+--- third_party/perfetto/include/perfetto/ext/base/event_fd.h.orig 2022-05-11 07:05:12 UTC
++++ third_party/perfetto/include/perfetto/ext/base/event_fd.h
+@@ -55,6 +55,8 @@ class EventFd {
+ // On Mac and other non-Linux UNIX platforms a pipe-based fallback is used.
+ // The write end of the wakeup pipe.
+ ScopedFile write_fd_;
++#else
++ ScopedFile write_fd_;
+ #endif
+ };
+