Module: wine Branch: master Commit: 8c931c7129b2fb64de119d6ab5df413ab339fd9a URL: https://source.winehq.org/git/wine.git/?a=commit;h=8c931c7129b2fb64de119d6ab...
Author: Paul Gofman pgofman@codeweavers.com Date: Mon Apr 11 13:26:32 2022 +0300
ntdll: Remove unused PTHREAD_STACK_MIN definition.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/unix/thread.c | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/dlls/ntdll/unix/thread.c b/dlls/ntdll/unix/thread.c index b8546edde87..503230e4634 100644 --- a/dlls/ntdll/unix/thread.c +++ b/dlls/ntdll/unix/thread.c @@ -71,10 +71,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(thread); WINE_DECLARE_DEBUG_CHANNEL(seh);
-#ifndef PTHREAD_STACK_MIN -#define PTHREAD_STACK_MIN 16384 -#endif - static int nb_threads = 1;
static inline int get_unix_exit_code( NTSTATUS status )