mirror of https://git.musl-libc.org/git/musl
add prototypes for euidaccess/eaccess
This commit is contained in:
parent
a89aaee110
commit
f0ceb5abd9
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue