mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
Add prototype for __euidaccess.
This commit is contained in:
parent
177f9d5cd4
commit
a18be620a1
@ -171,6 +171,7 @@ extern int access __P ((__const char *__name, int __type));
|
||||
#ifdef __USE_GNU
|
||||
/* Test for access to NAME using the effective UID and GID
|
||||
(as normal file operations use). */
|
||||
extern int __euidaccess __P ((__const char *__name, int __type));
|
||||
extern int euidaccess __P ((__const char *__name, int __type));
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user