coreutils/lib/euidaccess.h

4 lines
79 B
C
Raw Normal View History

2003-02-11 06:45:59 +08:00
#if ! HAVE_DECL_EUIDACCESS
2003-02-11 06:45:40 +08:00
int euidaccess (char const *file, int mode);
#endif