summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-03-15 00:38:05 +0000
committerianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2002-03-15 00:38:05 +0000
commit73f69b97069f4abf0342f6b21461bc363d02f431 (patch)
tree7a5ec0d61d6f94654583ac97507e7c8ab508571c /test
parentfd5c9536e9d3d8041cd7657d8abfefdb23e551af (diff)
downloadlibapr-73f69b97069f4abf0342f6b21461bc363d02f431.tar.gz
freebsd atomic support will only be available in 5
as the functionality is just not there in 4.5, and cripples the api PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63131 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/testatomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testatomic.c b/test/testatomic.c
index 80020b000..084e749cf 100644
--- a/test/testatomic.c
+++ b/test/testatomic.c
@@ -69,7 +69,7 @@
#include <pthread.h>
#endif
-#if defined(__FreeBSD__) && (__FreeBSD__ < 4)
+#if defined(__FreeBSD__) && (__FreeBSD__ < 5)
int main(void)
{