aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-10-25 15:41:32 -0700
committerDavid S. Miller <davem@davemloft.net>2012-10-25 15:41:32 -0700
commite2211bed12912a57e3ff9b2c42b0d85a949354bc (patch)
tree57358a9d3087c924431061016f172fed1baaa697 /ChangeLog
parent6a345e4261f34abd45b15c41469a942237a48537 (diff)
downloadglibc-e2211bed12912a57e3ff9b2c42b0d85a949354bc.tar
glibc-e2211bed12912a57e3ff9b2c42b0d85a949354bc.tar.gz
glibc-e2211bed12912a57e3ff9b2c42b0d85a949354bc.tar.bz2
glibc-e2211bed12912a57e3ff9b2c42b0d85a949354bc.zip
Fix sparc64 build.
* sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c (__get_clockfreq_via_proc_openprom): Use strtoumax instead of strtoull.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6656fa1146..f8127842b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-25 David S. Miller <davem@davemloft.net>
+
+ * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
+ (__get_clockfreq_via_proc_openprom): Use strtoumax instead
+ of strtoull.
+
2012-10-25 Roland McGrath <roland@hack.frob.com>
* sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c