mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 07:58:44 +02:00
Include gerror.h before it is used for some g_thread_* functions.
2000-09-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h: Include gerror.h before it is used for some g_thread_* functions. * gthread.c, gthreadpool.c, glib.h: Enable error reporting for thread creation, namly for g_thread_create, g_thread_pool_new, g_thread_pool_push and g_thread_pool_set_max_threads. * tests/thread-test.c, tests/threadpool-test.c: Adapted accordingly. * gthread-posix.c (g_thread_create_posix_impl): Use GError to report errors.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
21a498b1a5
commit
64bbfbb6da
@@ -4,6 +4,16 @@
|
||||
g_propagte_error to hand over local errors to the calling
|
||||
function.
|
||||
|
||||
* glib.h: Include gerror.h before it is used for some g_thread_*
|
||||
functions.
|
||||
|
||||
* gthread.c, gthreadpool.c, glib.h: Enable error reporting for
|
||||
thread creation, namly for g_thread_create, g_thread_pool_new,
|
||||
g_thread_pool_push and g_thread_pool_set_max_threads.
|
||||
|
||||
* tests/thread-test.c, tests/threadpool-test.c: Adapted
|
||||
accordingly.
|
||||
|
||||
2000-08-31 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.h
|
||||
|
Reference in New Issue
Block a user