summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-11 03:04:33 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-11 03:04:33 +0000
commit95036ac7ba8f6d5403ad0ee3cd45c1e0d1312ad7 (patch)
tree796bd9ca1b997fed97cd44dcbda9e182431422d5 /thread.h
parentaa057b67fd1a188e25f81780a894bf7db377546c (diff)
downloadperl-95036ac7ba8f6d5403ad0ee3cd45c1e0d1312ad7.tar.gz
DG/UX updates from Takis Psarogiannakopoulos.
p4raw-id: //depot/perl@15151
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thread.h b/thread.h
index d380791540..e9933e225e 100644
--- 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