view lib/euidaccess.h @ 6912:314715e0260d

Merge from coreutils.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 03 Jul 2006 08:32:46 +0000
parents 67c56a27d86c
children
line wrap: on
line source

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