diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-06-26 15:31:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-06-26 15:31:36 +0000 |
commit | 8dae594a51bdac0e5a045196b1af25e8974812a8 (patch) | |
tree | 93a61edc7371f23c66384f8fb5702e314c23a0a0 | |
parent | c42924899320727fd22d17c944a473bab0f55bb7 (diff) | |
download | glibc-8dae594a51bdac0e5a045196b1af25e8974812a8.tar.gz glibc-8dae594a51bdac0e5a045196b1af25e8974812a8.tar.xz glibc-8dae594a51bdac0e5a045196b1af25e8974812a8.zip |
Update.
2002-06-26 Ulrich Drepper <drepper@redhat.com> * sysdeps/powerpc/Versions: Export libgcc functions for GLIBC_2.0. * sysdeps/powerpc/libgcc-compat.c: Fix function names. Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>. * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index f8e11c1982..9b7234f10d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ +2002-06-26 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/powerpc/Versions: Export libgcc functions for GLIBC_2.0. + * sysdeps/powerpc/libgcc-compat.c: Fix function names. + Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>. + 2002-06-25 Ulrich Drepper <drepper@redhat.com> - * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag is + * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if not enough content is available. * libio/tst-eof.c: New file. * libio/Makefile (tests): Add tst-eof. |