aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-09-09 18:00:44 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-09-09 18:00:44 +0200
commite0894f567ad379f554300886ae3adf087be1efa2 (patch)
tree6de585b75c3748962adcffde6c4b980a495070d2 /include/platform.h
parent831756bac440ce5f582305a81fd2b842eb255fc3 (diff)
downloadbusybox-w32-e0894f567ad379f554300886ae3adf087be1efa2.tar.gz
busybox-w32-e0894f567ad379f554300886ae3adf087be1efa2.tar.bz2
busybox-w32-e0894f567ad379f554300886ae3adf087be1efa2.zip
Android build fixes and alternate (hopefully simpler) defconfig for it
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h
index 826a4c497..aa1bc331b 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -433,7 +433,7 @@ typedef unsigned smalluint;
433# undef HAVE_STPCPY 433# undef HAVE_STPCPY
434#endif 434#endif
435 435
436#if defined(ANDROID) 436#if defined(ANDROID) || defined(__ANDROID__)
437# undef HAVE_DPRINTF 437# undef HAVE_DPRINTF
438# undef HAVE_GETLINE 438# undef HAVE_GETLINE
439# undef HAVE_STPCPY 439# undef HAVE_STPCPY