Browse Source

add prototypes for euidaccess/eaccess

rs-1.0
Rich Felker 13 years ago
parent
commit
f0ceb5abd9
  1. 2
      include/unistd.h

2
include/unistd.h

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

Loading…
Cancel
Save