diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-08-22 08:12:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-08-22 08:12:05 +0000 |
commit | 4df28840108e4eaf17c213f5bfd8bc74dcb96534 (patch) | |
tree | 9b82d09cf93d8ffca5527f2e7e3b8c52b43d037a | |
parent | e86e2df1df22f19357bb32bda85f333b332f2c12 (diff) | |
download | glibc-4df28840108e4eaf17c213f5bfd8bc74dcb96534.tar.gz glibc-4df28840108e4eaf17c213f5bfd8bc74dcb96534.tar.xz glibc-4df28840108e4eaf17c213f5bfd8bc74dcb96534.zip |
Fix typo.
* libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
-rw-r--r-- | ChangeLog | 2 |
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> |