diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 07:44:18 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 07:44:18 -0500 |
commit | 8720d066387e463ad5f93bf4cfc871cc5a82928e (patch) | |
tree | e5bc1e9ef2127312a15c752328deb55d7bbc68ad /ChangeLog | |
parent | 51a1d39ce37ad798070d3ae1eb9c6fc748e0629b (diff) | |
download | glibc-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |