Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp."

This commit is contained in:
Yabin Cui
2015-02-25 00:00:51 +00:00
committed by Gerrit Code Review
3 changed files with 18 additions and 20 deletions

View File

@@ -116,10 +116,6 @@ extern int setresgid(gid_t, gid_t, gid_t);
extern int getresuid(uid_t *ruid, uid_t *euid, uid_t *suid);
extern int getresgid(gid_t *rgid, gid_t *egid, gid_t *sgid);
extern char* getlogin(void);
extern char* getusershell(void);
extern void setusershell(void);
extern void endusershell(void);
extern long fpathconf(int, int);
extern long pathconf(const char*, int);