diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-07 20:56:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-07 20:56:11 +0000 |
commit | d97dfe5facfd10f21eba8f39bef7252cfe6866e5 (patch) | |
tree | 3056ebaba3a03904c375b923ba158973d652103c /ChangeLog | |
parent | 917e27b827508ea4d184d17f098f777bc918ebbd (diff) | |
download | glibc-d97dfe5facfd10f21eba8f39bef7252cfe6866e5.tar glibc-d97dfe5facfd10f21eba8f39bef7252cfe6866e5.tar.gz glibc-d97dfe5facfd10f21eba8f39bef7252cfe6866e5.tar.bz2 glibc-d97dfe5facfd10f21eba8f39bef7252cfe6866e5.zip |
Update.
* sysdeps/alpha/alphaev67/strncat.S: Align last write address.
Patch by Richard Henderson <rth@redhat.com>.
Reported by Claus-Justus Heine <heine@instmath.rwth-aachen.de>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2001-02-07 Ulrich Drepper <drepper@redhat.com> + * sysdeps/alpha/alphaev67/strncat.S: Align last write address. + Patch by Richard Henderson <rth@redhat.com>. + Reported by Claus-Justus Heine <heine@instmath.rwth-aachen.de>. + * stdlib/strfmon.c [USE_IN_LIBIO]: Define lock variable and store point in FILE structure before calling _IO_init. * stdlib/Makefile: Add -D_IO_MTSAFE_IO to CFLAGS for strfmon and |