1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-07 05:23:02 +02:00
This commit is contained in:
Jim Meyering
2003-02-10 22:45:40 +00:00
parent e046d32e51
commit 8e480afae3

3
lib/euidaccess.h Normal file
View File

@@ -0,0 +1,3 @@
#if HAVE_DECL_EUIDACCESS
int euidaccess (char const *file, int mode);
#endif