Remove symbols that are not present in platform libc

Bug: http://b/26236057
Change-Id: If317bf196f15a23e94b6e5469d9e7eabfb68fb07
This commit is contained in:
Dimitry Ivanov
2015-12-16 16:38:32 -08:00
parent 2a421ad890
commit 1a3e15aaf5
7 changed files with 0 additions and 29 deletions

View File

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