diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-28 14:51:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-28 14:51:03 +0000 |
commit | 4c5b09ed6b6a4fc8c0efeea6a474a050179e46c4 (patch) | |
tree | 9a37ccba8d4cb04e330a26228d9fe720d1666e94 /ChangeLog | |
parent | eca086a6135354d530a495a4e61b58bdc3fb48ee (diff) | |
download | glibc-4c5b09ed6b6a4fc8c0efeea6a474a050179e46c4.tar.gz glibc-4c5b09ed6b6a4fc8c0efeea6a474a050179e46c4.tar.xz glibc-4c5b09ed6b6a4fc8c0efeea6a474a050179e46c4.zip |
* stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf
call. * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4d2767c6ec..9b88a76650 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-28 Jakub Jelinek <jakub@redhat.com> + + * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf + call. + * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf. + 2005-07-28 Ulrich Drepper <drepper@redhat.com> * nis/nis_file.c: Rewrite the two pairs of functions into wrappers |