X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=thread.h;h=aa3c86a2bea49761fe7f35b6bf20156c04191f11;hb=943795c2b00ef89ec677d4af7a0a6bfabab5c916;hp=476f310b47ee89895793cab3d44611cecff7c46c;hpb=54ca4ee7252684545d9524460bab88037e5f584b;p=p5sagit%2Fp5-mst-13.2.git diff --git a/thread.h b/thread.h index 476f310..aa3c86a 100644 --- a/thread.h +++ b/thread.h @@ -98,6 +98,11 @@ # define THREAD_CREATE_NEEDS_STACK (32*1024) #endif +#ifdef __VMS + /* Default is 1024 on VAX, 8192 otherwise */ +# define THREAD_CREATE_NEEDS_STACK (32*1024) +#endif + #ifdef I_MACH_CTHREADS /* cthreads interface */