platform.h: define endgrent() and endpwent() as no-ops on Android
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 6 Jan 2012 15:23:18 +0000 (16:23 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 6 Jan 2012 15:23:18 +0000 (16:23 +0100)
commit6b64a269766ace40c56826738de446537add37de
treee0adf6c71ac0f95f0fa973777f59596b868bba4b
parentba6587295053f369d6e2e9b788f42b49e1baced5
platform.h: define endgrent() and endpwent() as no-ops on Android

Surprisingly, bionic libc seems to lack these functions.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
include/grp_.h
include/platform.h
include/pwd_.h