diff options
author | Denis Zaitceff <zaitceff@gmail.com> | 2011-09-09 12:45:03 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-09 12:45:03 -0400 |
commit | f3cdd4674892740f766ea0b5ab5e734e4a028cb0 (patch) | |
tree | 25667bdc3faf16e9d9c4f5458b5018559beb8ef2 /string | |
parent | 633e9e0fc2aef7d6882b1e699174120117bd66ea (diff) | |
download | glibc-f3cdd4674892740f766ea0b5ab5e734e4a028cb0.tar glibc-f3cdd4674892740f766ea0b5ab5e734e4a028cb0.tar.gz glibc-f3cdd4674892740f766ea0b5ab5e734e4a028cb0.tar.bz2 glibc-f3cdd4674892740f766ea0b5ab5e734e4a028cb0.zip |
string/strncat.c: fix compilation for some architectures
Diffstat (limited to 'string')
-rw-r--r-- | string/strncat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/string/strncat.c b/string/strncat.c index 0a3d4af709..bf6f99b277 100644 --- a/string/strncat.c +++ b/string/strncat.c @@ -25,6 +25,7 @@ typedef char reg_char; #endif #ifndef STRNCAT +# undef strncat # define STRNCAT strncat #endif |