aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-01-08 07:44:18 -0500
committerUlrich Drepper <drepper@gmail.com>2012-01-08 07:44:18 -0500
commit8720d066387e463ad5f93bf4cfc871cc5a82928e (patch)
treee5bc1e9ef2127312a15c752328deb55d7bbc68ad /ChangeLog
parent51a1d39ce37ad798070d3ae1eb9c6fc748e0629b (diff)
downloadglibc-8720d066387e463ad5f93bf4cfc871cc5a82928e.tar
glibc-8720d066387e463ad5f93bf4cfc871cc5a82928e.tar.gz
glibc-8720d066387e463ad5f93bf4cfc871cc5a82928e.tar.bz2
glibc-8720d066387e463ad5f93bf4cfc871cc5a82928e.zip
gcc better don't use a signed type for size_t
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1770cbc29d..b132437ebd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
2012-01-08 Ulrich Drepper <drepper@gmail.com>
* configure.in: Remove last remnants of RANLIB.
+ No need to check for signed size_t anymore.
+
* aclocal.m4: Likewise.
* wcsmbs/mbrtoc16.c: Implement using towc function.