diff --git a/gthread/ChangeLog b/gthread/ChangeLog new file mode 100644 index 000000000..f4c6c9617 --- /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 1240fd580..7b8fdf98b 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 */