diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-10 22:45:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-10 22:45:40 +0000 |
commit | 8e480afae3a4dc268ffca6428faa92b46b299568 (patch) | |
tree | ee662898a79a0f2548014e92b5df4f5fdb195488 /lib | |
parent | e046d32e51743dc3cb9c4209551eeb34547ddb93 (diff) | |
download | coreutils-8e480afae3a4dc268ffca6428faa92b46b299568.tar.xz |
.
Diffstat (limited to 'lib')
-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 000000000..25abcede6 --- /dev/null +++ b/lib/euidaccess.h @@ -0,0 +1,3 @@ +#if HAVE_DECL_EUIDACCESS +int euidaccess (char const *file, int mode); +#endif |