diff options
author | Roland McGrath <roland@gnu.org> | 2004-12-07 20:45:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-12-07 20:45:18 +0000 |
commit | d749aa57ebfc33b2a4586039e972a2dff58a5ef9 (patch) | |
tree | b84a2b42cd7a1f7ae3f1303cf2faa195438baef5 | |
parent | b321a6e3cc070ece1f388ea16a4eaab44d32963b (diff) | |
download | glibc-d749aa57ebfc33b2a4586039e972a2dff58a5ef9.tar.gz glibc-d749aa57ebfc33b2a4586039e972a2dff58a5ef9.tar.xz glibc-d749aa57ebfc33b2a4586039e972a2dff58a5ef9.zip |
* rt/tst-timer5.c (setup_test): New function.
(TEST_CLOCK_MISSING): Use it to punt test if timer_create does not support CLOCK_MONOTONIC.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ff39287f8e..2dd204b531 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-12-07 Roland McGrath <roland@redhat.com> + + * rt/tst-timer5.c (setup_test): New function. + (TEST_CLOCK_MISSING): Use it to punt test if timer_create does not + support CLOCK_MONOTONIC. + 2004-12-07 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/ia64/clone2.S (__clone2): Add support for |