aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDenis Zaitceff <zaitceff@gmail.com>2011-09-09 12:45:03 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-09 12:45:03 -0400
commitf3cdd4674892740f766ea0b5ab5e734e4a028cb0 (patch)
tree25667bdc3faf16e9d9c4f5458b5018559beb8ef2 /ChangeLog
parent633e9e0fc2aef7d6882b1e699174120117bd66ea (diff)
downloadglibc-f3cdd4674892740f766ea0b5ab5e734e4a028cb0.zip
glibc-f3cdd4674892740f766ea0b5ab5e734e4a028cb0.tar.gz
glibc-f3cdd4674892740f766ea0b5ab5e734e4a028cb0.tar.bz2
string/strncat.c: fix compilation for some architectures
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a41461d..007b61c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-29 Denis Zaitceff <zaitceff@gmail.com>
+
+ * string/strncat.c (strncat): Undef the symbol in case it has been
+ defined in bits/string.h.
+
2011-09-09 Ulrich Drepper <drepper@gmail.com>
* elf/sotruss.ksh: Clean up, fix, and complete help messages.