diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-19 22:59:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-19 22:59:32 +0000 |
commit | 9e6e344e6910388d195c611cb59d8391afa24243 (patch) | |
tree | 39dd6cc477eddf7543c2dba0f15e4a07bf03c32e /ChangeLog | |
parent | f8a1785592414ea4cb12b919740fbff77175ce8f (diff) | |
download | glibc-9e6e344e6910388d195c611cb59d8391afa24243.tar.gz |
* wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of
type `long long int', not `long int'.
(wcstoq): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-01-18 Anton Nikishaev <anton.nik@gmail.com> + + * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of + type `long long int', not `long int'. + (wcstoq): Likewise. + 2007-01-18 Ulrich Drepper <drepper@redhat.com> * scripts/gen-as-const.awk: Add cast to long to avoid int promotion |