add prototypes for euidaccess/eaccess

This commit is contained in:
Rich Felker 2013-08-03 02:18:19 -04:00
parent a89aaee110
commit f0ceb5abd9
1 changed files with 2 additions and 0 deletions

View File

@ -182,6 +182,8 @@ int getresuid(uid_t *, uid_t *, uid_t *);
int getresgid(gid_t *, gid_t *, gid_t *); int getresgid(gid_t *, gid_t *, gid_t *);
char *get_current_dir_name(void); char *get_current_dir_name(void);
void syncfs(int); void syncfs(int);
int euidaccess(const char *, int);
int eaccess(const char *, int);
#endif #endif
#if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE) #if defined(_LARGEFILE64_SOURCE) || defined(_GNU_SOURCE)