Special case the memcopy stuff so it isn't enabled for uclibc
-Erik
This commit is contained in:
parent
28c88a9430
commit
e63ad9ba06
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user