diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-12 01:01:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-12 01:01:43 +0000 |
commit | f494b70b551e1d2e6d4ce4f5eec41b366cea77c1 (patch) | |
tree | 4bfa85967d6f00ff9ffdb131b1435ff178e2e4b1 /ChangeLog | |
parent | fdb933e2553b89cc23807a37028658a44a1df50a (diff) | |
download | glibc-f494b70b551e1d2e6d4ce4f5eec41b366cea77c1.tar glibc-f494b70b551e1d2e6d4ce4f5eec41b366cea77c1.tar.gz glibc-f494b70b551e1d2e6d4ce4f5eec41b366cea77c1.tar.bz2 glibc-f494b70b551e1d2e6d4ce4f5eec41b366cea77c1.zip |
Update.
2002-12-11 Ulrich Drepper <drepper@redhat.com>
* malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER
definitions. Not needed.
[_LIBC]: Use definitions from libc-lock.h instead of referencing
pthread routines directly.
* malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to
mutex_init calls.
(arena_get2): Don't look at return value of mutex_lock.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2002-12-11 Ulrich Drepper <drepper@redhat.com> + + * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER + definitions. Not needed. + [_LIBC]: Use definitions from libc-lock.h instead of referencing + pthread routines directly. + * malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to + mutex_init calls. + (arena_get2): Don't look at return value of mutex_lock. + 2002-12-11 Roland McGrath <roland@redhat.com> * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone |