about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOndrej Bilka <neleai@seznam.cz>2013-05-01 20:55:06 +0200
committerOndrej Bilka <neleai@seznam.cz>2013-05-01 20:55:06 +0200
commita07c5731d63d0db1659d273ee42d46ac15daeffc (patch)
treef74eb481e12a7726949307adf8bdcbde040c1de9 /ChangeLog
parent1324e37f2e36fb641b82ad7b353fa28d5d57e44b (diff)
downloadglibc-a07c5731d63d0db1659d273ee42d46ac15daeffc.tar.gz
glibc-a07c5731d63d0db1659d273ee42d46ac15daeffc.tar.xz
glibc-a07c5731d63d0db1659d273ee42d46ac15daeffc.zip
Remove duplicate __strcmp_cg
The __strcmp_cg code was duplicate of of __strcmp_gc. This patch unifies
these two cases into one.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cd846f94ea..7df0492270 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
+
+	* string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
+
 2013-05-01  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.