summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-04-26 13:03:49 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-04-26 13:03:49 +0000
commitf0e9f522c21228f05afd15696d74e7f285e1838e (patch)
treee5b462c804ccc5342793c5ef4e07d444027d29a7 /ChangeLog
parent86627d9c7a8cd8e77b6824dc81d2ae301812111b (diff)
downloadglib-f0e9f522c21228f05afd15696d74e7f285e1838e.tar.gz
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')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd6f11059..938c76bca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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'