$OpenBSD: patch-src_3rdparty_chromium_base_atomicops_h,v 1.2 2021/01/19 06:16:33 rsadowski Exp $

Index: src/3rdparty/chromium/base/atomicops.h
--- src/3rdparty/chromium/base/atomicops.h.orig
+++ src/3rdparty/chromium/base/atomicops.h
@@ -57,7 +57,11 @@ typedef intptr_t Atomic64;
 
 // Use AtomicWord for a machine-sized pointer.  It will use the Atomic32 or
 // Atomic64 routines below, depending on your architecture.
+//#if defined(OS_OPENBSD) && defined(__i386__)
+//typedef Atomic32 AtomicWord;
+//#else
 typedef intptr_t AtomicWord;
+//#endif
 
 // Atomically execute:
 //      result = *ptr;
