aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-10 19:51:45 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-10 19:51:45 +0000
commit425638fbc756082c8f828b2931787f7128afa1e8 (patch)
treea3452deb7562806f99caf380a4e6d2008a3afb25 /linuxthreads/ChangeLog
parent3593973b3b44ac65939fea0855e78eb1a96656b1 (diff)
downloadglibc-425638fbc756082c8f828b2931787f7128afa1e8.tar
glibc-425638fbc756082c8f828b2931787f7128afa1e8.tar.gz
glibc-425638fbc756082c8f828b2931787f7128afa1e8.tar.bz2
glibc-425638fbc756082c8f828b2931787f7128afa1e8.zip
Update.
2000-06-10 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/timer_routines.c (list_append): Little fix to reall append the entry. list and remove from active list.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 4b413505bb..c508e8db79 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-10 Ulrich Drepper <drepper@redhat.com>
+
+ * sysdeps/pthread/timer_routines.c (list_append): Little fix to
+ reall append the entry.
+
2000-06-10 Andreas Jaeger <aj@suse.de>
* lockfile.c (__fresetlockfiles): Remove unused variable fp.
@@ -13,7 +18,7 @@
* sysdeps/pthread/timer_routines.c: Thread allocation and
deallocation function now remembers to put thread on active
- list and remove from active list.
+ list and remove from active list.
Thus now the feature of binding multiple timers
to a single thread actually works.