mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
string/strncat.c: fix compilation for some architectures
This commit is contained in:
committed by
Ulrich Drepper
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>
|
2011-09-09 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
* elf/sotruss.ksh: Clean up, fix, and complete help messages.
|
* elf/sotruss.ksh: Clean up, fix, and complete help messages.
|
||||||
|
@ -25,6 +25,7 @@ typedef char reg_char;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef STRNCAT
|
#ifndef STRNCAT
|
||||||
|
# undef strncat
|
||||||
# define STRNCAT strncat
|
# define STRNCAT strncat
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user