mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-17 23:47:52 +02:00
check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stack
2000-02-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread-posix.c, gthread-solaris.c: check for sysconf (_SC_THREAD_STACK_MIN), which returns the minimal stack size for new threads. Patch from Soeren Sandmann <sandmann@daimi.au.dk>.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
4a3f7e3b42
commit
ac6c1d7c59
@@ -103,8 +103,8 @@ g_thread_init (GThreadFunctions* init)
|
||||
}
|
||||
|
||||
/* now do any initialization stuff required by the implementation,
|
||||
but only if called with a NULL argument, of course. Otherwise it's
|
||||
up to the user to do do. */
|
||||
* but only if called with a NULL argument, of course. Otherwise
|
||||
* it's up to the user to do so. */
|
||||
|
||||
#ifdef HAVE_G_THREAD_IMPL_INIT
|
||||
if (g_thread_use_default_impl)
|
||||
|
Reference in New Issue
Block a user