diff options
Diffstat (limited to 'devel/electron35/files/patch-base_synchronization_cancelable__event.h')
| -rw-r--r-- | devel/electron35/files/patch-base_synchronization_cancelable__event.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/electron35/files/patch-base_synchronization_cancelable__event.h b/devel/electron35/files/patch-base_synchronization_cancelable__event.h deleted file mode 100644 index 926f4da3d344..000000000000 --- a/devel/electron35/files/patch-base_synchronization_cancelable__event.h +++ /dev/null @@ -1,20 +0,0 @@ ---- base/synchronization/cancelable_event.h.orig 2025-03-24 20:50:14 UTC -+++ base/synchronization/cancelable_event.h -@@ -11,7 +11,7 @@ - - #if BUILDFLAG(IS_WIN) - #include <windows.h> --#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - #include <semaphore.h> - #else - #include "base/synchronization/waitable_event.h" -@@ -49,7 +49,7 @@ class BASE_EXPORT CancelableEvent { - - #if BUILDFLAG(IS_WIN) - using NativeHandle = HANDLE; --#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - using NativeHandle = sem_t; - #else - using NativeHandle = WaitableEvent; |
