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-w32-a76dd50ce11eda47f5f5cba1cf189833f7126e12.tar.gz
busybox-w32-a76dd50ce11eda47f5f5cba1cf189833f7126e12.tar.bz2
busybox-w32-a76dd50ce11eda47f5f5cba1cf189833f7126e12.zip
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;
334# define MAXSYMLINKS SYMLOOP_MAX 334# define MAXSYMLINKS SYMLOOP_MAX
335#endif 335#endif
336 336
337#if defined(ANDROID) || defined(__ANDROID__)
338# define endpwent() ((void)0)
339# define endgrent() ((void)0)
340#endif
341
342 337
343/* ---- Who misses what? ------------------------------------ */ 338/* ---- Who misses what? ------------------------------------ */
344 339