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