summaryrefslogtreecommitdiff
path: root/lib/euidaccess.c
AgeCommit message (Collapse)Author
1995-11-03New version from glibc.Jim Meyering
1995-10-30(eaccess_stat): Make static.Jim Meyering
1995-05-19No longer include safe-l?stat.h.Jim Meyering
1995-05-13(eaccess_stat): Make statp and path arguments const.Jim Meyering
(euidaccess): Make statp argument const. Use stat, not safe_stat.
1995-01-27Declare errno if it's not defined.Jim Meyering
Rename SAFE_STAT to safe_stat.
1994-11-03Define S_IXUSR, S_IXGRP, and S_IXOTH in terms of _IEXEC if they're notJim Meyering
already defined. Reported by Daniel Hagerty <hag@gnu.ai.mit.edu>.
1994-11-01Initial revisionJim Meyering