diff options
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 */ |