diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2000-04-26 13:03:49 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2000-04-26 13:03:49 +0000 |
commit | f0e9f522c21228f05afd15696d74e7f285e1838e (patch) | |
tree | e5b462c804ccc5342793c5ef4e07d444027d29a7 /ChangeLog.pre-2-12 | |
parent | 86627d9c7a8cd8e77b6824dc81d2ae301812111b (diff) |
Look for both pthread_create and pthread_join in the thread library. Some
2000-04-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Look for both pthread_create and pthread_join in
the thread library. Some systems define one of them, but not both
in libc. Arghh. Now we really start a thread and join it later and
check, whether the thread to actually ran.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r-- | ChangeLog.pre-2-12 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index fd6f11059..938c76bca 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,10 @@ 2000-04-26 Sebastian Wilhelmi <wilhelmi@ira.uka.de> + * configure.in: Look for both pthread_create and pthread_join in + the thread library. Some systems define one of them, but not both + in libc. Arghh. Now we really start a thread and join it later and + check, whether the thread to actually ran. + * glib.h, gcache.c, gtree.c: Changed the 'value' parameter of g_cache_remove from gpointer to gconstpointer. Dito for the 'key' parameter of g_tree_lookup and g_tree_remove and the 'data' |