about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-09 12:33:39 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-09 12:33:39 +0000
commit542f5e01cacce53f8106d4a0020a68c525c8950c (patch)
treef25ee851c87702f1bfea84cb86c64c10593374a9 /ChangeLog
parente1c6ee839d13d57a4756e506a6b03f6a82b86d61 (diff)
downloadglibc-542f5e01cacce53f8106d4a0020a68c525c8950c.tar.gz
glibc-542f5e01cacce53f8106d4a0020a68c525c8950c.tar.xz
glibc-542f5e01cacce53f8106d4a0020a68c525c8950c.zip
Update.
	* libio/iofopncook.c: Adjust for renaming of structure elements.
	* libio/libio.h: Define cookie functions with all the names.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc4a51d5e7..45831fee12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 1999-06-09  Ulrich Drepper  <drepper@cygnus.com>
 
+	* libio/iofopncook.c: Adjust for renaming of structure elements.
+	* libio/libio.h: Define cookie functions with all the names.
+
 	* pwd/fgetpwent_r.c: Set errno in the correct way.
 	* shadow/fgetspent_r.c: Likewise.
 	* pwd/fgetpwent.c: Handle long lines correctly.  Little