summaryrefslogtreecommitdiff
path: root/www/firefox/patches/patch-ipc_chromium_src_base_platform__thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox/patches/patch-ipc_chromium_src_base_platform__thread.h')
-rw-r--r--www/firefox/patches/patch-ipc_chromium_src_base_platform__thread.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/www/firefox/patches/patch-ipc_chromium_src_base_platform__thread.h b/www/firefox/patches/patch-ipc_chromium_src_base_platform__thread.h
deleted file mode 100644
index f1556878e28..00000000000
--- a/www/firefox/patches/patch-ipc_chromium_src_base_platform__thread.h
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-ipc_chromium_src_base_platform__thread.h,v 1.6 2017/08/10 14:46:15 ryoon Exp $
-
-* Support Solaris
-
---- ipc/chromium/src/base/platform_thread.h.orig 2017-07-31 16:20:47.000000000 +0000
-+++ ipc/chromium/src/base/platform_thread.h
-@@ -27,6 +27,9 @@ typedef pthread_t PlatformThreadHandle;
- #if defined(OS_LINUX) || defined(OS_OPENBSD) || defined(OS_SOLARIS) || defined(__GLIBC__)
- #include <unistd.h>
- typedef pid_t PlatformThreadId;
-+#elif defined(OS_SOLARIS)
-+#include <sys/lwp.h>
-+typedef lwpid_t PlatformThreadId;
- #elif defined(OS_BSD)
- #include <sys/types.h>
- typedef lwpid_t PlatformThreadId;