about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-01-19 22:59:32 +0000
committerUlrich Drepper <drepper@redhat.com>2007-01-19 22:59:32 +0000
commit9e6e344e6910388d195c611cb59d8391afa24243 (patch)
tree39dd6cc477eddf7543c2dba0f15e4a07bf03c32e /ChangeLog
parentf8a1785592414ea4cb12b919740fbff77175ce8f (diff)
downloadglibc-9e6e344e6910388d195c611cb59d8391afa24243.tar.gz
glibc-9e6e344e6910388d195c611cb59d8391afa24243.tar.xz
glibc-9e6e344e6910388d195c611cb59d8391afa24243.zip
* 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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51d53121d5..51b52b13b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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