Remove symbols that are not present in platform libc
Bug: http://b/26236057 Change-Id: If317bf196f15a23e94b6e5469d9e7eabfb68fb07
This commit is contained in:
@@ -90,11 +90,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);
|
||||
|
||||
|
||||
|
||||
/* Macros for access() */
|
||||
#define R_OK 4 /* Read */
|
||||
|
||||
Reference in New Issue
Block a user