aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/string.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-11-24 22:19:03 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-11-24 22:19:03 +0000
commite88b181bba05f7d3db0face65127cba95310f156 (patch)
tree25284aa30623fe6e4af88aea308db5873c63e9e1 /xen/common/string.c
parentcbbb95478e369a579f27065e66886cc94b0e4e0a (diff)
downloadxen-e88b181bba05f7d3db0face65127cba95310f156.tar.gz
xen-e88b181bba05f7d3db0face65127cba95310f156.tar.bz2
xen-e88b181bba05f7d3db0face65127cba95310f156.zip
Revert 16450:5e8e82e80. Instead remove all arch-specific handling of
memcmp() and hence always use common/lib.c version. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/common/string.c')
-rw-r--r--xen/common/string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xen/common/string.c b/xen/common/string.c
index 5a357430f1..562f6cb585 100644
--- a/xen/common/string.c
+++ b/xen/common/string.c
@@ -370,7 +370,6 @@ void * memmove(void * dest,const void *src,size_t count)
#endif
#ifndef __HAVE_ARCH_MEMCMP
-#undef memcmp
/**
* memcmp - Compare two areas of memory
* @cs: One area of memory