1
0
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:
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

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