diff options
author | Roland McGrath <roland@gnu.org> | 2003-07-29 09:32:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-07-29 09:32:03 +0000 |
commit | a7f6c66ec36b297bead2e4d12de1802f757905ed (patch) | |
tree | b433ddb76557f0d5ef7d021bcfa6c78c4ef0101a /nptl/ChangeLog | |
parent | 172ce013bdd864ba22b6b22611ffd893f1f9f2a6 (diff) | |
download | glibc-a7f6c66ec36b297bead2e4d12de1802f757905ed.tar.gz glibc-a7f6c66ec36b297bead2e4d12de1802f757905ed.tar.xz glibc-a7f6c66ec36b297bead2e4d12de1802f757905ed.zip |
* rt/tst-timer2.c: New file.
* rt/Makefile (tests): Add it.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 145c719589..45037eb615 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2003-06-19 Daniel Jacobowitz <drow@mvista.com> + + * sysdeps/pthread/timer_create.c (timer_create): Call timer_delref + before __timer_dealloc. + * sysdeps/pthread/timer_routines.c (__timer_thread_find_matching): + Don't call list_unlink. + 2003-07-29 Roland McGrath <roland@redhat.com> * Makefile [$(build-shared) = yes] (tests): Depend on $(test-modules). |