aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/lib.c
diff options
context:
space:
mode:
authorjws@cairnwell.research <jws@cairnwell.research>2003-03-24 16:44:22 +0000
committerjws@cairnwell.research <jws@cairnwell.research>2003-03-24 16:44:22 +0000
commit4e089db0cdf5ce5c8dd1563d2b53209bdcca01bc (patch)
tree72fec38eba8518434b4ee22247c0f457962dffd9 /xen/common/lib.c
parent90a2fdc8c67f15155721f3b0853c3fa283680828 (diff)
downloadxen-4e089db0cdf5ce5c8dd1563d2b53209bdcca01bc.tar.gz
xen-4e089db0cdf5ce5c8dd1563d2b53209bdcca01bc.tar.bz2
xen-4e089db0cdf5ce5c8dd1563d2b53209bdcca01bc.zip
bitkeeper revision 1.154.1.1 (3e7f35e65e93xTR77zgPWlou5QJAgw)
Added aic7xxx support Included linux string library in place of cut down lib.{c,h} versions Added missing strtoul prototype in lib.h
Diffstat (limited to 'xen/common/lib.c')
-rw-r--r--xen/common/lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xen/common/lib.c b/xen/common/lib.c
index ae75196ffd..c871341b7f 100644
--- a/xen/common/lib.c
+++ b/xen/common/lib.c
@@ -2,6 +2,7 @@
#include <xeno/ctype.h>
#include <xeno/lib.h>
+#if 0 // jws - now in string.c, string.h, asm/string.h
int memcmp(const void * cs,const void * ct,size_t count)
{
const unsigned char *su1, *su2;
@@ -119,7 +120,7 @@ char * strstr(const char * s1,const char * s2)
}
return NULL;
}
-
+#endif
/* for inc/ctype.h */
unsigned char _ctype[] = {