diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-13 07:33:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-13 07:33:09 +0000 |
commit | 7e39d8025d5c9d02c61f1506642c7dd91a1e461a (patch) | |
tree | bab2e92125e1a88efe62fea64c7b503d0671c2b4 /ChangeLog | |
parent | ed36f224c30088f10ecb0f190091508e917379a3 (diff) | |
download | glibc-7e39d8025d5c9d02c61f1506642c7dd91a1e461a.zip glibc-7e39d8025d5c9d02c61f1506642c7dd91a1e461a.tar.gz glibc-7e39d8025d5c9d02c61f1506642c7dd91a1e461a.tar.bz2 |
* libio/Makefile (tests): Add tst-ext2.
* libio/tst-ext2.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ * libio/__freading.c (__freading): Don't return true for write-only streams. For read/write streams, check whether we performed a read operation already. + * libio/Makefile (tests): Add tst-ext2. + * libio/tst-ext2.c: New file. 2007-10-12 Ulrich Drepper <drepper@redhat.com> |