aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorTias Guns <tias@ulyssis.org>2012-06-10 14:26:32 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-06-10 14:26:32 +0200
commit3645195377b73bc4265868c26c123e443aaa71c6 (patch)
treeaaa277a2550afb4610af197deda477ee6bb11842 /include/platform.h
parenta1ec8419139aeb83c473d1543987a69bfbe86725 (diff)
downloadbusybox-3645195377b73bc4265868c26c123e443aaa71c6.tar.gz
platform.h: Android tweaks: ioprio defines, BB_ADDITIONAL_PATH
Signed-off-by: Tias Guns <tias@ulyssis.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/platform.h b/include/platform.h
index d79cc97e5..ba534b284 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -334,6 +334,12 @@ typedef unsigned smalluint;
# define MAXSYMLINKS SYMLOOP_MAX
#endif
+#if defined(ANDROID) || defined(__ANDROID__)
+# define BB_ADDITIONAL_PATH ":/system/sbin:/system/bin:/system/xbin"
+# define SYS_ioprio_set __NR_ioprio_set
+# define SYS_ioprio_get __NR_ioprio_get
+#endif
+
/* ---- Who misses what? ------------------------------------ */