diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-16 13:08:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-16 13:08:33 +0000 |
commit | 5cbe9849aa1763616f25576b46308a1cbe474252 (patch) | |
tree | 974369b90ab76cc277f1d063c58bf3639fef5bed /thread.h | |
parent | 8e9464f100f3a92c77a6886c84855b4d1f587e2d (diff) | |
download | perl-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -73,6 +73,10 @@ # endif #endif +#ifdef DGUX +# define THREAD_CREATE_NEEDS_STACK (16*1024) +#endif + #ifdef I_MACH_CTHREADS /* cthreads interface */ |