openbsd-ports/devel/boehm-gc/patches/patch-tests_test_c
kili 1dd9afdf52 Update to 7.0.
Most work done by kurt@, who got bleeding eyes and has been trapped
into pthread issues because some of us (me and Stuart Henderson)
were slopyy and applied some patches only partial. A big sorry to
kurt@ for this waste of time!

Tested by many. Intermediate ok's (IIRC) from kurt@, naddy@ and todd@.
2007-07-14 22:16:16 +00:00

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;