$OpenBSD: patch-base_threading_platform_thread_posix_cc,v 1.8 2016/05/27 06:28:20 robert Exp $

XXX pledge(2)

--- base/threading/platform_thread_posix.cc.orig.port	Wed May 25 04:54:06 2016
+++ base/threading/platform_thread_posix.cc	Thu May 26 08:09:40 2016
@@ -55,7 +55,7 @@ void* ThreadFunc(void* params) {
     if (!thread_params->joinable)
       base::ThreadRestrictions::SetSingletonAllowed(false);
 
-#if !defined(OS_NACL)
+#if !defined(OS_NACL) && !defined(OS_BSD)
     // Threads on linux/android may inherit their priority from the thread
     // where they were created. This explicitly sets the priority of all new
     // threads.
