From: Eric Andersen Date: Tue, 20 Jun 2000 21:04:03 +0000 (-0000) Subject: Special case the memcopy stuff so it isn't enabled for uclibc X-Git-Tag: 0_45~22 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e63ad9ba06d1462f6f55941c4a08ee68618c6cd3;p=oweals%2Fbusybox.git Special case the memcopy stuff so it isn't enabled for uclibc -Erik --- 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