Move endpwent to ndk_cruft.cpp.
Bug: 19109159 Change-Id: I3683a247643006ea6d6bcf3845f57d1908d457d7
This commit is contained in:
@@ -119,10 +119,6 @@ struct passwd* getpwuid(uid_t);
|
||||
int getpwnam_r(const char*, struct passwd*, char*, size_t, struct passwd**);
|
||||
int getpwuid_r(uid_t, struct passwd*, char*, size_t, struct passwd**);
|
||||
|
||||
void endpwent(void);
|
||||
struct passwd* getpwent(void);
|
||||
int setpwent(void);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user