From 8e480afae3a4dc268ffca6428faa92b46b299568 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 10 Feb 2003 22:45:40 +0000 Subject: [PATCH] . --- lib/euidaccess.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/euidaccess.h 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 -- 2.47.2