summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorSebastian Wilhelmi <seppi@seppi.de>2004-02-25 13:23:14 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2004-02-25 13:23:14 +0000
commit28a267e306abd2be1997d86e7b2d9d3c567e2674 (patch)
treee47e4e31d03944a34ef681db4b8d3c5adfde958b /ChangeLog.pre-2-4
parent3a69be2e7f9d96afcb472816eafdee8de2b3fcd6 (diff)
downloadglib-28a267e306abd2be1997d86e7b2d9d3c567e2674.tar.gz
For the PID thread priorities surrogate use gettid instead of getpid. This
2004-02-25 Sebastian Wilhelmi <seppi@seppi.de> * configure.in, glib/gthread.c: For the PID thread priorities surrogate use gettid instead of getpid. This also works with nptl (on linux-2.6), as well as with linuxthreads (on linux-2.4).
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-46
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index dcebdf33b..1cc757806 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,9 @@
+2004-02-25 Sebastian Wilhelmi <seppi@seppi.de>
+
+ * configure.in, glib/gthread.c: For the PID thread priorities
+ surrogate use gettid instead of getpid. This also works with nptl
+ (on linux-2.6), as well as with linuxthreads (on linux-2.4).
+
2004-02-24 Sebastian Wilhelmi <seppi@seppi.de>
* glib/grand.c: Add Since: 2.4, where due