projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a89aaee
)
add prototypes for euidaccess/eaccess
author
Rich Felker
<dalias@aerifal.cx>
Sat, 3 Aug 2013 06:18:19 +0000
(
02:18
-0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sat, 3 Aug 2013 06:18:19 +0000
(
02:18
-0400)
include/unistd.h
patch
|
blob
|
history
diff --git
a/include/unistd.h
b/include/unistd.h
index 13acc147af81390d2c49e67c3cc990965f3f8c33..a00a9c4f3b04095a8d3a4c67f08acbc5498cc72a 100644
(file)
--- a/
include/unistd.h
+++ b/
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)