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
@ -25,6 +25,7 @@ typedef char reg_char;
|
||||
#endif
|
||||
|
||||
#ifndef STRNCAT
|
||||
# undef strncat
|
||||
# define STRNCAT strncat
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user