glibc/sysdeps/unix/sysv/aix/euidaccess.c

6 lines
89 B
C
Raw Normal View History

2000-03-21 01:13:29 +00:00
int
euidaccess (const char *name, int type)
{
return accessx (name, type, ACC_SELF);
}