mirror of https://github.com/mirror/busybox.git
platform.h: support for build under Android
Signed-off-by: Dan Fandrich <dan@coneharvesters.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_19_stable
parent
2f5769151f
commit
71d7313625
|
@ -391,6 +391,12 @@ typedef unsigned smalluint;
|
|||
# undef HAVE_STPCPY
|
||||
#endif
|
||||
|
||||
#if defined(ANDROID)
|
||||
# undef HAVE_DPRINTF
|
||||
# undef HAVE_STPCPY
|
||||
# undef HAVE_STRCHRNUL
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Now, define prototypes for all the functions defined in platform.c
|
||||
* These must come after all the HAVE_* macros are defined (or not)
|
||||
|
|
Loading…
Reference in New Issue