diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-17 06:07:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-17 06:07:38 +0000 |
commit | 0a8730cb83d636415926add300e5aea939cf751e (patch) | |
tree | 0c98853f801c38cab3570583905af595a58400bd /ChangeLog | |
parent | a8078760d6ed271430559b0c526f2912d1cd82c3 (diff) | |
download | glibc-0a8730cb83d636415926add300e5aea939cf751e.tar.gz glibc-0a8730cb83d636415926add300e5aea939cf751e.tar.xz glibc-0a8730cb83d636415926add300e5aea939cf751e.zip |
Update.
* rt/Makefile (tests): Add tst-clock_nanosleep. * rt/tst-clock_nanosleep.c: New file. * posix/Makefile (tests): Add tst-nanosleep. * posix/tst-nanosleep.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5da24810ad..565962603d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2003-05-16 Ulrich Drepper <drepper@redhat.com> + * rt/Makefile (tests): Add tst-clock_nanosleep. + * rt/tst-clock_nanosleep.c: New file. + * posix/Makefile (tests): Add tst-nanosleep. + * posix/tst-nanosleep.c: New file. + * sysdeps/unix/clock_nanosleep.c (CPUCLOCK_P): Fix definition. * include/features.h (__USE_XOPEN2K): Define also for |