X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=libgc%2Fwin32_threads.c;h=5533b8f2e252bf750dba873d24aeecf78b79facd;hb=bab393e0959e295314f9bfe8c93ecf4898fcf094;hp=16a6fb6d003a0bdd7091fe7001b114482fdb826a;hpb=1076f878926aad85bd919e684caeeeb6d44a1cc1;p=mono.git diff --git a/libgc/win32_threads.c b/libgc/win32_threads.c index 16a6fb6d003..5533b8f2e25 100644 --- a/libgc/win32_threads.c +++ b/libgc/win32_threads.c @@ -184,7 +184,7 @@ static GC_thread GC_new_thread(void) { #ifdef __GNUC__ __inline__ #endif -LONG GC_get_max_thread_index() +static LONG GC_get_max_thread_index() { LONG my_max = GC_max_thread_index;