diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-07-02 07:08:07 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-07-02 07:08:07 -0700 |
commit | 145569dc4130d102363e17c7322e250310cbc397 (patch) | |
tree | 846e9ccdae0a82e14bfb04d54f4b44059dfad440 /nptl/ChangeLog | |
parent | 48b42dde17d79a0effc9ba85110aef2172e3e641 (diff) | |
download | glibc-145569dc4130d102363e17c7322e250310cbc397.tar.gz glibc-145569dc4130d102363e17c7322e250310cbc397.tar.xz glibc-145569dc4130d102363e17c7322e250310cbc397.zip |
Improve new tst-abstime test.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d60e368f9c..80b99759ca 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2010-07-02 Ulrich Drepper <drepper@redhat.com> + + * tst-abstime.c: Correct testing and add test for sem_timedwait. + 2010-07-01 Andreas Schwab <schwab@redhat.com> Ulrich Drepper <drepper@redhat.com> |