summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--[-rwxr-xr-x]Android.mk40
-rw-r--r--android/android.c4
-rw-r--r--android/librpc/bindresvport.c3
-rw-r--r--android/selinux/android_selinux.h2
-rw-r--r--busybox-full.sources2
-rw-r--r--include/libbb.h5
-rw-r--r--selinux/sestatus.c11
-rw-r--r--shell/ash_80.c13601
8 files changed, 13665 insertions, 3 deletions
diff --git a/android/android.c b/android/android.c
index 62d25a8..db72702 100644
--- a/android/android.c
+++ b/android/android.c
@@ -89,7 +89,11 @@ char *hasmntopt(const struct mntent *mnt, const char *opt)
/* declared in grp.h, but not necessary */
#if !ENABLE_USE_BB_PWD_GRP
+
+#if ANDROID_PLATFORM_SDK_VERSION < 26 //8.0
int setpwent() { return 0; }
+#endif
+
void setgrent() {}
void endgrent() {}
#endif