diff options
Diffstat (limited to 'gthread/gthread-solaris.c')
-rw-r--r-- | gthread/gthread-solaris.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gthread/gthread-solaris.c b/gthread/gthread-solaris.c index cee0643eb..7eb7b8a36 100644 --- a/gthread/gthread-solaris.c +++ b/gthread/gthread-solaris.c @@ -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)) |