From a18be620a18ac0fb942baef5839a2d60f92e2d7f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 17 Mar 1997 03:59:07 +0000 Subject: [PATCH] Add prototype for __euidaccess. --- posix/unistd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/posix/unistd.h b/posix/unistd.h index 5c8d1b7f043..a19de2ae275 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -171,6 +171,7 @@ extern int access __P ((__const char *__name, int __type)); #ifdef __USE_GNU /* Test for access to NAME using the effective UID and GID (as normal file operations use). */ +extern int __euidaccess __P ((__const char *__name, int __type)); extern int euidaccess __P ((__const char *__name, int __type)); #endif -- 2.47.2