From 425638fbc756082c8f828b2931787f7128afa1e8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 10 Jun 2000 19:51:45 +0000 Subject: Update. 2000-06-10 Ulrich Drepper * sysdeps/pthread/timer_routines.c (list_append): Little fix to reall append the entry. list and remove from active list. --- linuxthreads/ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'linuxthreads/ChangeLog') 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 + + * sysdeps/pthread/timer_routines.c (list_append): Little fix to + reall append the entry. + 2000-06-10 Andreas Jaeger * 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. -- cgit v1.2.3