diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 04:13:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-06 04:13:26 +0000 |
commit | b957e864209026ab126d1eebedc0a2f0beaf853a (patch) | |
tree | bab3d045d112c774a55489df013cc2d8869f4f71 /ChangeLog | |
parent | 679d83bac2f4bed0e398122fdf3e05ce261e16b7 (diff) | |
download | glibc-b957e864209026ab126d1eebedc0a2f0beaf853a.tar glibc-b957e864209026ab126d1eebedc0a2f0beaf853a.tar.gz glibc-b957e864209026ab126d1eebedc0a2f0beaf853a.tar.bz2 glibc-b957e864209026ab126d1eebedc0a2f0beaf853a.zip |
* rt/Makefile (tests): Add tst-aio9 and tst-aio10.
* rt/tst-aio10.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,8 +7,9 @@ * sysdeps/pthread/aio_suspend.c [!DONT_USE_BOOTSTRAP_MAP]: Don't use condvar, use AIO_MISC_WAIT. * sysdeps/pthread/lio_listio.c: Likewise. - * rt/Makefile (tests): Add aio_suspend. + * rt/Makefile (tests): Add tst-aio9 and tst-aio10. * rt/tst-aio9.c: New file. + * rt/tst-aio10.c: New file. * rt/tst-aio3.c: The thread is now supposed to be created. |