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