summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-16 13:08:33 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-16 13:08:33 +0000
commit5cbe9849aa1763616f25576b46308a1cbe474252 (patch)
tree974369b90ab76cc277f1d063c58bf3639fef5bed /thread.h
parent8e9464f100f3a92c77a6886c84855b4d1f587e2d (diff)
downloadperl-5cbe9849aa1763616f25576b46308a1cbe474252.tar.gz
Move the stack desire definition to thread.h.
p4raw-id: //depot/perl@10122
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/thread.h b/thread.h
index 24e2a8d0e8..99269a1f1f 100644
--- a/thread.h
+++ b/thread.h
@@ -73,6 +73,10 @@
# endif
#endif
+#ifdef DGUX
+# define THREAD_CREATE_NEEDS_STACK (16*1024)
+#endif
+
#ifdef I_MACH_CTHREADS
/* cthreads interface */