diff options
Diffstat (limited to 'devel/electron39/files/patch-base_threading_platform__thread.h')
| -rw-r--r-- | devel/electron39/files/patch-base_threading_platform__thread.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/electron39/files/patch-base_threading_platform__thread.h b/devel/electron39/files/patch-base_threading_platform__thread.h new file mode 100644 index 000000000000..78b30fc1e14b --- /dev/null +++ b/devel/electron39/files/patch-base_threading_platform__thread.h @@ -0,0 +1,11 @@ +--- base/threading/platform_thread.h.orig 2025-10-21 20:19:54 UTC ++++ base/threading/platform_thread.h +@@ -56,6 +56,8 @@ class BASE_EXPORT PlatformThreadId { + using UnderlyingType = zx_koid_t; + #elif BUILDFLAG(IS_APPLE) + using UnderlyingType = uint64_t; ++#elif BUILDFLAG(IS_BSD) ++ using UnderlyingType = uint64_t; + #elif BUILDFLAG(IS_POSIX) + using UnderlyingType = pid_t; + #endif |
