]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 10 Feb 2003 22:45:40 +0000 (22:45 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 10 Feb 2003 22:45:40 +0000 (22:45 +0000)
lib/euidaccess.h [new file with mode: 0644]

diff --git a/lib/euidaccess.h b/lib/euidaccess.h
new file mode 100644 (file)
index 0000000..25abced
--- /dev/null
@@ -0,0 +1,3 @@
+#if HAVE_DECL_EUIDACCESS
+int euidaccess (char const *file, int mode);
+#endif