mirror of
https://github.com/sheumann/hush.git
synced 2025-02-25 01:29:14 +00:00
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/stat.h>
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <mntent.h>
|
#include <mntent.h>
|
||||||
#if ! defined(__GLIBC__)
|
#if ! defined(__GLIBC__) && ! defined (__UCLIBC__)
|
||||||
#include <asm/string.h>
|
#include <asm/string.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user