From: Ulrich Drepper Date: Mon, 17 Mar 1997 03:59:07 +0000 (+0000) Subject: Add prototype for __euidaccess. X-Git-Tag: cvs/glibc-2_0_4~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a18be620a18ac0fb942baef5839a2d60f92e2d7f;p=thirdparty%2Fglibc.git Add prototype for __euidaccess. --- 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