From e63ad9ba06d1462f6f55941c4a08ee68618c6cd3 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 20 Jun 2000 21:04:03 +0000 Subject: [PATCH] Special case the memcopy stuff so it isn't enabled for uclibc -Erik --- internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal.h b/internal.h index 4a132abf1..50bb17a10 100644 --- a/internal.h +++ b/internal.h @@ -33,7 +33,7 @@ #include #include #include -#if ! defined(__GLIBC__) +#if ! defined(__GLIBC__) && ! defined (__UCLIBC__) #include #endif -- 2.25.1