[PATCH 2/4] ntdll: Remove unused PTHREAD_STACK_MIN definition.

Paul Gofman pgofman at codeweavers.com
Mon Apr 11 05:26:32 CDT 2022


Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
---
 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 )
-- 
2.35.1




More information about the wine-devel mailing list