$OpenBSD: patch-base_threading_platform_thread_posix_cc,v 1.9 2016/10/26 06:22:07 robert Exp $

XXX pledge(2)

--- base/threading/platform_thread_posix.cc.orig.port	Wed Oct 12 21:02:53 2016
+++ base/threading/platform_thread_posix.cc	Wed Oct 19 12:55:56 2016
@@ -56,7 +56,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.
