annotate lib/euidaccess.h @ 5318:7c24a825b51d

Remove dependencies on unlocked-io.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 04 Oct 2004 20:17:39 +0000 (2004-10-04)
parents 67c56a27d86c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4531
67c56a27d86c Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
1 #if ! HAVE_DECL_EUIDACCESS
67c56a27d86c Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
2 int euidaccess (char const *file, int mode);
67c56a27d86c Merge euidaccess etc. from coreutils.
Paul Eggert <eggert@cs.ucla.edu>
parents:
diff changeset
3 #endif