AIX implementation of euidaccess.

This commit is contained in:
Ulrich Drepper 2000-03-21 01:13:29 +00:00
parent 6011d72b46
commit b4b2b1bb09

View File

@ -0,0 +1,5 @@
int
euidaccess (const char *name, int type)
{
return accessx (name, type, ACC_SELF);
}