summaryrefslogtreecommitdiff
path: root/security/openssl/files/patch-crypto_threads__pthread.c
blob: 3347170e0bd0f88b2a12cb47549b551aeea7a780 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- crypto/threads_pthread.c.orig	2022-11-01 14:14:36 UTC
+++ crypto/threads_pthread.c
@@ -29,6 +29,10 @@
 #define BROKEN_CLANG_ATOMICS
 #endif
 
+#if defined(__FreeBSD__) && defined(__i386__)
+#define BROKEN_CLANG_ATOMICS
+#endif
+
 #if defined(OPENSSL_THREADS) && !defined(CRYPTO_TDEBUG) && !defined(OPENSSL_SYS_WINDOWS)
 
 # if defined(OPENSSL_SYS_UNIX)