about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2010-04-19 13:48:00 -0700
committerRoland McGrath <roland@redhat.com>2010-04-19 13:48:00 -0700
commitc98d4212d0d7c9dfc34cf18ea95740370bca5aad (patch)
tree6f1b421b1298e25390b63e7ff683ab7398185dce /ChangeLog
parent1cdb2151fbad6bff650e85a0476972881bbc027b (diff)
downloadglibc-c98d4212d0d7c9dfc34cf18ea95740370bca5aad.tar.gz
glibc-c98d4212d0d7c9dfc34cf18ea95740370bca5aad.tar.xz
glibc-c98d4212d0d7c9dfc34cf18ea95740370bca5aad.zip
tst-fmemopen: Do not write test file in $srcdir.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 61700fc253..6a01632cf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-19  Roland McGrath  <roland@redhat.com>
+
+	* stdio-common/tst-fmemopen.c (TEST_FILE): Macro removed.
+	(main): Take arguments.  Construct test file name from ARGV[0].
+
 2010-04-15  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* string/test-strncmp.c (check_result): New function.