]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add prototype for __euidaccess.
authorUlrich Drepper <drepper@redhat.com>
Mon, 17 Mar 1997 03:59:07 +0000 (03:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 17 Mar 1997 03:59:07 +0000 (03:59 +0000)
posix/unistd.h

index 5c8d1b7f0430996e04324919d7888e71645c4aa7..a19de2ae2753ef37da02a5fe3ea7e6ad7412303d 100644 (file)
@@ -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