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:
Sebastian Wilhelmi
2001-01-03 17:00:43 +00:00
committed by Sebastian Wilhelmi
parent 07267bf096
commit b1d840c20a
3 changed files with 7 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ static gboolean posix_check_cmd_prio_warned = FALSE;
# define PRIORITY_URGENT_VALUE POSIX_MAX_PRIORITY
#endif /* POSIX_MIN_PRIORITY && POSIX_MAX_PRIORITY */
gulong g_thread_min_stack_size = 0;
static gulong g_thread_min_stack_size = 0;
#define G_MUTEX_SIZE (sizeof (pthread_mutex_t))