blob: d5753f41bffd678a279f8de6f865413bbd298f91 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/common/atomic.h.orig 2009-03-29 18:43:40 UTC
+++ src/common/atomic.h
@@ -38,7 +38,7 @@
#define CONFIG_SMP /* ... the macro the kernel headers use */
#endif
-#if defined(__linux__) || defined(WIN32) || defined(__APPLE__)
+#if defined(__linux__) || defined(WIN32) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__)
#ifdef _ARCH_PPC
/*
|