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:
Sebastian Wilhelmi
2000-02-22 13:11:24 +00:00
committed by Sebastian Wilhelmi
parent 4a3f7e3b42
commit ac6c1d7c59
4 changed files with 29 additions and 2 deletions

View File

@@ -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)