From: Jim Meyering Date: Mon, 10 Feb 2003 22:45:40 +0000 (+0000) Subject: . X-Git-Tag: DU-FTS~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e480afae3a4dc268ffca6428faa92b46b299568;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/euidaccess.h b/lib/euidaccess.h new file mode 100644 index 0000000000..25abcede68 --- /dev/null +++ b/lib/euidaccess.h @@ -0,0 +1,3 @@ +#if HAVE_DECL_EUIDACCESS +int euidaccess (char const *file, int mode); +#endif