summaryrefslogtreecommitdiffstats
path: root/boehm-gc/tests
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/tests')
-rw-r--r--boehm-gc/tests/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/tests/test.c b/boehm-gc/tests/test.c
index 35cb1357883..e8cc9763f44 100644
--- a/boehm-gc/tests/test.c
+++ b/boehm-gc/tests/test.c
@@ -1624,7 +1624,7 @@ main()
}
# endif /* GC_HPUX_THREADS */
pthread_attr_init(&attr);
-# if defined(GC_IRIX_THREADS)
+# if defined(GC_IRIX_THREADS) || defined(GC_FREEBSD_THREADS)
pthread_attr_setstacksize(&attr, 1000000);
# endif
n_tests = 0;
OpenPOWER on IntegriCloud