summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2005-05-02 22:00:34 +0000
committerNeal H. Walfield <neal@gnu.org>2005-05-02 22:00:34 +0000
commit81cb5487d08c59fca0190cf03a07bdf45fe90ea8 (patch)
tree7a90f6c01817107977e96161ba74f48616b7be12 /ChangeLog
parentd3259802444358fa6f917c7d2a049fc8fcc98cc0 (diff)
libpthread/
2005-05-02 Neal H. Walfield <neal@gnu.org> * pthread/pt-alloc.c (__pthread_alloc): Set the thread id to the table index plus one. * pthread/pt-internal.h (__pthread_getid): Index __pthread_threads using THREAD - 1, not THREAD. (__pthread_setid): Likewise. * pthread/pt-create.c (__pthread_create_internal): Likewise. * sysdeps/generic/pt-mutex-trylock.c (__pthread_mutex_trylock): When returning EBUSY, don't forget to first unlock MUTEX->__HELD.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ed9b2b..c398c1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-05-02 Neal H. Walfield <neal@gnu.org>
+
+ * pthread/pt-alloc.c (__pthread_alloc): Set the thread id to the
+ table index plus one.
+ * pthread/pt-internal.h (__pthread_getid): Index __pthread_threads
+ using THREAD - 1, not THREAD.
+ (__pthread_setid): Likewise.
+ * pthread/pt-create.c (__pthread_create_internal): Likewise.
+
+ * sysdeps/generic/pt-mutex-trylock.c (__pthread_mutex_trylock):
+ When returning EBUSY, don't forget to first unlock MUTEX->__HELD.
+
2005-04-20 Neal H. Walfield <neal@gnu.org>
* sysdeps/generic/pt-setschedparam.c: policy's type is int, not