about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-07-23 00:31:41 +0000
committerUlrich Drepper <drepper@redhat.com>2002-07-23 00:31:41 +0000
commit97887d3553e8d4673bec256e81d35d7c30a11c07 (patch)
treeec0489d6e45eda53a0be30f599f8bd816573c517 /ChangeLog
parent3fa3d0b25c5006fdc19d364b2e1c9316a3b1ceb4 (diff)
downloadglibc-97887d3553e8d4673bec256e81d35d7c30a11c07.tar.gz
glibc-97887d3553e8d4673bec256e81d35d7c30a11c07.tar.xz
glibc-97887d3553e8d4673bec256e81d35d7c30a11c07.zip
pdate.
	* libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
	creation and removal of the temp file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cbf67edb3a..26ccf33d41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
 
+	* libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
+	creation and removal of the temp file.
+
 	* libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
 	file creation.
 	* test-skeleton.c (create_temp_file): New function.