mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
12 lines
440 B
Diff
12 lines
440 B
Diff
|
--- ./libntp/work_thread.c.orig 2018-08-14 06:51:06.000000000 -0500
|
||
|
+++ ./libntp/work_thread.c 2022-02-12 21:55:02.381012379 -0600
|
||
|
@@ -41,7 +41,7 @@
|
||
|
#ifndef THREAD_MINSTACKSIZE
|
||
|
# define THREAD_MINSTACKSIZE (64U * 1024)
|
||
|
#endif
|
||
|
-#ifndef __sun
|
||
|
+#if !defined(__sun) && !defined(__GLIBC__)
|
||
|
#if defined(PTHREAD_STACK_MIN) && THREAD_MINSTACKSIZE < PTHREAD_STACK_MIN
|
||
|
# undef THREAD_MINSTACKSIZE
|
||
|
# define THREAD_MINSTACKSIZE PTHREAD_STACK_MIN
|