$OpenBSD: patch-base_allocator_partition_allocator_partition_alloc_config_h,v 1.6 2021/11/16 11:28:45 robert Exp $

Index: base/allocator/partition_allocator/partition_alloc_config.h
--- base/allocator/partition_allocator/partition_alloc_config.h.orig
+++ base/allocator/partition_allocator/partition_alloc_config.h
@@ -53,7 +53,7 @@ static_assert(sizeof(void*) != 8, "");
 
 // POSIX is not only UNIX, e.g. macOS and other OSes. We do use Linux-specific
 // features such as futex(2).
-#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || defined(OS_BSD)
 #define PA_HAS_LINUX_KERNEL
 #endif
 
