aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-08-22 08:12:05 +0000
committerUlrich Drepper <drepper@redhat.com>1998-08-22 08:12:05 +0000
commit4df28840108e4eaf17c213f5bfd8bc74dcb96534 (patch)
tree9b82d09cf93d8ffca5527f2e7e3b8c52b43d037a
parente86e2df1df22f19357bb32bda85f333b332f2c12 (diff)
downloadglibc-4df28840108e4eaf17c213f5bfd8bc74dcb96534.tar
glibc-4df28840108e4eaf17c213f5bfd8bc74dcb96534.tar.gz
glibc-4df28840108e4eaf17c213f5bfd8bc74dcb96534.tar.bz2
glibc-4df28840108e4eaf17c213f5bfd8bc74dcb96534.zip
Fix typo.
* libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f0b53f8bf6..3523a85b6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -62,7 +62,7 @@
* libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
- * libio/libioP.c (FILEBUF_LITERAL): Also initialize new _offset
+ * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
element.
1998-08-21 Roland McGrath <roland@baalperazim.frob.com>