1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-22 07:05:07 +02:00
Files
coreutils/lib/euidaccess.h
Jim Meyering 348adf65ab doh
2003-02-10 22:45:59 +00:00

4 lines
79 B
C

#if ! HAVE_DECL_EUIDACCESS
int euidaccess (char const *file, int mode);
#endif