about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/aix/euidaccess.c
blob: 598755c2df8ceb83e1b2cf3a3886decb0a50a5e8 (plain) (blame)
1
2
3
4
5
int
euidaccess (const char *name, int type)
{
  return accessx (name, type, ACC_SELF);
}