summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-12-29 22:45:12 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-12-29 22:45:12 +0000
commit20ad3b01cbb983bbb98be5fc27b3c65203ce698d (patch)
tree77261430034ef7f682ea5d129d380ae9e7bf5372 /test
parent527288b723a41ed0c812aef482588378f23b7dd4 (diff)
downloadlibapr-20ad3b01cbb983bbb98be5fc27b3c65203ce698d.tar.gz
No pthread_setconcurrency here on Darwin.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64236 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 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");