Merge "Move endpwent to ndk_cruft.cpp."

This commit is contained in:
Yabin Cui
2015-02-26 02:23:07 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 16 deletions

View File

@@ -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