14 lines
526 B
Plaintext
14 lines
526 B
Plaintext
|
$OpenBSD: patch-tests_test_c,v 1.1 2007/07/14 22:16:17 kili Exp $
|
||
|
--- tests/test.c.orig Mon Jun 18 18:18:01 2007
|
||
|
+++ tests/test.c Thu Jul 12 11:19:28 2007
|
||
|
@@ -1579,7 +1579,8 @@ int main()
|
||
|
|
||
|
pthread_attr_init(&attr);
|
||
|
# if defined(GC_IRIX_THREADS) || defined(GC_FREEBSD_THREADS) \
|
||
|
- || defined(GC_DARWIN_THREADS) || defined(GC_AIX_THREADS)
|
||
|
+ || defined(GC_DARWIN_THREADS) || defined(GC_AIX_THREADS) \
|
||
|
+ || defined(GC_OPENBSD_THREADS)
|
||
|
pthread_attr_setstacksize(&attr, 1000000);
|
||
|
# endif
|
||
|
n_tests = 0;
|