string/strncat.c: fix compilation for some architectures

This commit is contained in:
Denis Zaitceff 2011-09-09 12:45:03 -04:00 committed by Ulrich Drepper
parent 633e9e0fc2
commit f3cdd46748
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -25,6 +25,7 @@ typedef char reg_char;
#endif
#ifndef STRNCAT
# undef strncat
# define STRNCAT strncat
#endif