summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-10-13 07:33:09 +0000
committerUlrich Drepper <drepper@redhat.com>2007-10-13 07:33:09 +0000
commit7e39d8025d5c9d02c61f1506642c7dd91a1e461a (patch)
treebab2e92125e1a88efe62fea64c7b503d0671c2b4 /ChangeLog
parented36f224c30088f10ecb0f190091508e917379a3 (diff)
* libio/Makefile (tests): Add tst-ext2.
* libio/tst-ext2.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89ec38ca16..99ae63e820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>