aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h
blob: 3f203e276912d28c33570580a6d95718c05b4467 (plain) (tree)
1
2
3
4
5
6
7
8
                                                                                                       
                                                                    
                                                  


                                      

                                                                                                      


                                                                         
--- third_party/protobuf/src/google/protobuf/stubs/platform_macros.h.orig	2024-05-21 18:07:39 UTC
+++ third_party/protobuf/src/google/protobuf/stubs/platform_macros.h
@@ -122,7 +122,7 @@ GOOGLE_PROTOBUF_PLATFORM_ERROR
 
 #undef GOOGLE_PROTOBUF_PLATFORM_ERROR
 
-#if defined(GOOGLE_PROTOBUF_OS_ANDROID) || defined(GOOGLE_PROTOBUF_OS_IPHONE)
+#if defined(GOOGLE_PROTOBUF_OS_ANDROID) || defined(GOOGLE_PROTOBUF_OS_IPHONE) || defined(__OpenBSD__)
 // Android ndk does not support the __thread keyword very well yet. Here
 // we use pthread_key_create()/pthread_getspecific()/... methods for
 // TLS support on android.