Browse Source

add prototypes for euidaccess/eaccess

Rich Felker 11 years ago
parent
commit
f0ceb5abd9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/unistd.h

+ 2 - 0
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)