mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-08 10:20:15 +00:00
6 lines
89 B
C
6 lines
89 B
C
|
int
|
||
|
euidaccess (const char *name, int type)
|
||
|
{
|
||
|
return accessx (name, type, ACC_SELF);
|
||
|
}
|