Special case the memcopy stuff so it isn't enabled for uclibc

-Erik
This commit is contained in:
Eric Andersen 2000-06-20 21:04:03 +00:00
parent 28c88a9430
commit e63ad9ba06

View File

@ -33,7 +33,7 @@
#include <sys/stat.h>
#include <sys/param.h>
#include <mntent.h>
#if ! defined(__GLIBC__)
#if ! defined(__GLIBC__) && ! defined (__UCLIBC__)
#include <asm/string.h>
#endif