X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=thread.h;h=e9933e225ef0531d5442e8b23986499a4b3c4940;hb=f69c1b32fbc1a1348f4cb6eadbb919fc9d0341cb;hp=309d388cb36b2be2223dc1b7a820352dff6f71a8;hpb=4d1ff10ffec86208b0da135b87c76b89e61c866e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/thread.h b/thread.h index 309d388..e9933e2 100644 --- a/thread.h +++ b/thread.h @@ -1,3 +1,12 @@ +/* thread.h + * + * Copyright (c) 1997-2002, Larry Wall + * + * You may distribute under the terms of either the GNU General Public + * License or the Artistic License, as specified in the README file. + * + */ + #if defined(USE_5005THREADS) || defined(USE_ITHREADS) #if defined(VMS) @@ -78,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