From 07253fcf7b03535b26c81ee216d284ed7f1e250b Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 13 Dec 2013 14:32:31 -0500 Subject: PowerPC: multirach memcmp for PowerPC64 --- string/memcmp.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'string') diff --git a/string/memcmp.c b/string/memcmp.c index dd76145f03..d7c57db8bd 100644 --- a/string/memcmp.c +++ b/string/memcmp.c @@ -29,6 +29,10 @@ #undef memcmp +#ifndef MEMCMP +# define MEMCMP memcmp +#endif + #ifdef _LIBC # include @@ -304,7 +308,7 @@ memcmp_not_common_alignment (srcp1, srcp2, len) } int -memcmp (s1, s2, len) +MEMCMP (s1, s2, len) const __ptr_t s1; const __ptr_t s2; size_t len; -- cgit 1.4.1