diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-07 19:07:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-07 19:07:39 +0000 |
commit | 917e27b827508ea4d184d17f098f777bc918ebbd (patch) | |
tree | 728defedb4c4d4071dd5262941c2d6856119e91b /ChangeLog | |
parent | 054d2bf7cc2fdc42ae29fae933fe30e0f121c308 (diff) | |
download | glibc-917e27b827508ea4d184d17f098f777bc918ebbd.tar.gz glibc-917e27b827508ea4d184d17f098f777bc918ebbd.tar.xz glibc-917e27b827508ea4d184d17f098f777bc918ebbd.zip |
Update.
* 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 strfmon_l if necessary. Reported by Jury Gerold <gjury@grips.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index efcb817c8a..a5eeabb425 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2001-02-07 Ulrich Drepper <drepper@redhat.com> + * 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 + strfmon_l if necessary. + Reported by Jury Gerold <gjury@grips.com>. + * sysdeps/gnu/netinet/tcp.h: Correct values of TCP_ macros. Patch by Pekka.Pietikainen@cern.ch. |