diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-08-10 04:38:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-08-10 04:38:50 +0000 |
commit | 8799d9356a093d545ab635acb8780e5aae59802d (patch) | |
tree | 1954e80bec9ea5bffa8f48e4882809aa3d788515 /ChangeLog | |
parent | 19c589d904cab62cafcc7d7392462721d690c8cd (diff) | |
download | glibc-8799d9356a093d545ab635acb8780e5aae59802d.tar glibc-8799d9356a093d545ab635acb8780e5aae59802d.tar.gz glibc-8799d9356a093d545ab635acb8780e5aae59802d.tar.bz2 glibc-8799d9356a093d545ab635acb8780e5aae59802d.zip |
[BZ #309]
Update.
* libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t)
casts to handle funny calls with floating point argument values
and signed values correctly and without warning.
(fwrite_unlocked): Likewise. [BZ #309]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-08-09 Ulrich Drepper <drepper@redhat.com> + * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t) + casts to handle funny calls with floating point argument values + and signed values correctly and without warning. + (fwrite_unlocked): Likewise. [BZ #309] + * malloc/memusage.c (me): Use creat64, not creat. * malloc/memusagestat.c: Fix handling of very large sizes. [BZ #285] Patch by Guy Maor <guymaor@yahoo.com>. |