X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=libgc%2Fwin32_threads.c;h=5533b8f2e252bf750dba873d24aeecf78b79facd;hb=3741d16503a973a99c724bdab9a255a5f07a3637;hp=16a6fb6d003a0bdd7091fe7001b114482fdb826a;hpb=75c7aac4484245ed47465fbe4d43d98c53623e7a;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;