From f3cdd4674892740f766ea0b5ab5e734e4a028cb0 Mon Sep 17 00:00:00 2001 From: Denis Zaitceff Date: Fri, 9 Sep 2011 12:45:03 -0400 Subject: string/strncat.c: fix compilation for some architectures --- string/strncat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'string/strncat.c') 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 -- cgit v1.2.3