mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 19:37:52 +02:00
Made g_thread_min_stack_size static.
2001-01-03 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread-solaris.c, gthread-posix.c: Made g_thread_min_stack_size static. 2CVS: ----------------------------------------------------------------------
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
07267bf096
commit
b1d840c20a
@@ -49,7 +49,7 @@
|
||||
if( error ) { solaris_print_error( what, error ); } \
|
||||
}G_STMT_END
|
||||
|
||||
gulong g_thread_min_stack_size = 0;
|
||||
static gulong g_thread_min_stack_size = 0;
|
||||
|
||||
#define G_MUTEX_SIZE (sizeof (mutex_t))
|
||||
|
||||
|
Reference in New Issue
Block a user