From a76dd50ce11eda47f5f5cba1cf189833f7126e12 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 8 Jan 2012 16:11:38 +0100 Subject: 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 --- include/platform.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/platform.h') 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? ------------------------------------ */ -- cgit v1.2.3