Files
ardour/libs/pbd/pthread_utils.cc
Matthias von Faber e3dcd1f5d7 Only try using __pthread_get_minstack on glibc
This is a glibc-only extension, so don't bother on other platforms.
Also, according to POSIX, PTHREAD_STACK_MIN is defined in limits.h, so
include climits just to be safe.
2020-06-09 17:39:24 +02:00

10 KiB