From: Sebastian Wilhelmi Date: Tue, 15 Dec 1998 16:47:31 +0000 (+0000) Subject: s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/ X-Git-Tag: GLIB_1_1_8~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc29b682e30244f2b8fae619b0dd36de0da9db7e;p=platform%2Fupstream%2Fglib.git s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/ 1998-12-15 Sebastian Wilhelmi * gthread-none.c: s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/ * ChangeLog: from now on there is an extra ChangeLog for gthread --- diff --git a/gthread/ChangeLog b/gthread/ChangeLog new file mode 100644 index 0000000..f4c6c96 --- /dev/null +++ b/gthread/ChangeLog @@ -0,0 +1,8 @@ +1998-12-15 Sebastian Wilhelmi + + * gthread-none.c: + s/g_mutex_functions_for_glib_use/g_thread_functions_for_glib_use/ + + * ChangeLog: from now on there is an extra ChangeLog for gthread + + diff --git a/gthread/gthread-none.c b/gthread/gthread-none.c index 1240fd5..7b8fdf9 100644 --- a/gthread/gthread-none.c +++ b/gthread/gthread-none.c @@ -25,4 +25,4 @@ */ static GThreadFunctions -g_mutex_functions_for_glib_use_default; /* is NULLified */ +g_thread_functions_for_glib_use_default; /* is NULLified */