summaryrefslogtreecommitdiff
path: root/test/testatomic.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-12-29 22:45:12 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-12-29 22:45:12 +0000
commit39d3106cfadeb56c608d356168f51b21a45ba4d9 (patch)
tree77261430034ef7f682ea5d129d380ae9e7bf5372 /test/testatomic.c
parent1dfe859d02f133efbe8868e2330c3b11c5c0fc0b (diff)
downloadapr-39d3106cfadeb56c608d356168f51b21a45ba4d9.tar.gz
No pthread_setconcurrency here on Darwin.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64236 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testatomic.c')
-rw-r--r--test/testatomic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testatomic.c b/test/testatomic.c
index 4a3298eee..0b20179a4 100644
--- a/test/testatomic.c
+++ b/test/testatomic.c
@@ -265,7 +265,7 @@ int main(int argc, char**argv)
}
printf("APR Atomic Test\n===============\n\n");
-#if !(defined WIN32) && !(defined NETWARE) && !(defined __MVS__)
+#if !(defined WIN32) && !(defined NETWARE) && !(defined __MVS__) && !(defined DARWIN)
pthread_setconcurrency(8);
#endif
printf("%-60s", "Initializing the context");