mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
string/strncat.c: fix compilation for some architectures
This commit is contained in:
parent
633e9e0fc2
commit
f3cdd46748
@ -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.
|
||||
|
@ -25,6 +25,7 @@ typedef char reg_char;
|
||||
#endif
|
||||
|
||||
#ifndef STRNCAT
|
||||
# undef strncat
|
||||
# define STRNCAT strncat
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user