aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-01-08 16:11:38 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2012-01-08 16:11:38 +0100
commita76dd50ce11eda47f5f5cba1cf189833f7126e12 (patch)
tree05352c5fe5b93ade677f4480794872ab5a37f3f9 /include/platform.h
parentacdb0041b35e27cd03c43b25410eda5151acd2c1 (diff)
downloadbusybox-a76dd50ce11eda47f5f5cba1cf189833f7126e12.tar.gz
Move Adroid endgrent() and endpwent() NOPS to libbb.h
They should be after includes of pwd.h and grp.h Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/platform.h b/include/platform.h
index 7451fb757..d79cc97e5 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -334,11 +334,6 @@ typedef unsigned smalluint;
# define MAXSYMLINKS SYMLOOP_MAX
#endif
-#if defined(ANDROID) || defined(__ANDROID__)
-# define endpwent() ((void)0)
-# define endgrent() ((void)0)
-#endif
-
/* ---- Who misses what? ------------------------------------ */