Re: what is YYDEBUG and why does it reset errno?
[p5sagit/p5-mst-13.2.git] / thread.h
index d380791..e9933e2 100644 (file)
--- a/thread.h
+++ b/thread.h
@@ -87,7 +87,7 @@
 #endif
 
 #ifdef DGUX
-#  define THREAD_CREATE_NEEDS_STACK (16*1024)
+#  define THREAD_CREATE_NEEDS_STACK (32*1024)
 #endif
 
 #ifdef I_MACH_CTHREADS