patch-boehm-gc_tests_test_c 555 B

1234567891011121314
  1. $OpenBSD: patch-boehm-gc_tests_test_c,v 1.1.1.1 2011/11/14 13:00:57 pascal Exp $
  2. --- boehm-gc/tests/test.c.orig Sat Nov 12 10:44:45 2011
  3. +++ boehm-gc/tests/test.c Sat Nov 12 10:45:14 2011
  4. @@ -1804,7 +1804,8 @@ main()
  5. pthread_attr_init(&attr);
  6. # if defined(GC_IRIX_THREADS) || defined(GC_FREEBSD_THREADS) \
  7. - || defined(GC_DARWIN_THREADS) || defined(GC_AIX_THREADS)
  8. + || defined(GC_DARWIN_THREADS) || defined(GC_AIX_THREADS) \
  9. + || defined(GC_OPENBSD_THREADS)
  10. pthread_attr_setstacksize(&attr, 1000000);
  11. # endif
  12. n_tests = 0;