diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2007-03-22 21:23:21 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2007-03-22 21:23:21 +0000 |
commit | cbf5993c43f49281173f185863577d86bfac6eae (patch) | |
tree | 90737c96cf15b97273a2bdc5950b3cf09f1d94ca /lib/euidaccess.h | |
download | coreutils-tarball-cbf5993c43f49281173f185863577d86bfac6eae.tar.gz |
coreutils-6.9coreutils-6.9
Diffstat (limited to 'lib/euidaccess.h')
-rw-r--r-- | lib/euidaccess.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/euidaccess.h b/lib/euidaccess.h new file mode 100644 index 0000000..17b7e98 --- /dev/null +++ b/lib/euidaccess.h @@ -0,0 +1,3 @@ +#if ! HAVE_DECL_EUIDACCESS +int euidaccess (char const *file, int mode); +#endif |