diff options
-rw-r--r-- | lib/euidaccess.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/euidaccess.c b/lib/euidaccess.c index 7f8c238e2..2b36fc64a 100644 --- a/lib/euidaccess.c +++ b/lib/euidaccess.c @@ -1,6 +1,6 @@ /* euidaccess -- check if effective user id can access file - Copyright (C) 1990, 1991, 1995, 1998, 2000, 2003, 2004 Free + Copyright (C) 1990, 1991, 1995, 1998, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -41,13 +41,6 @@ # include <libgen.h> #endif -#ifndef _POSIX_VERSION -uid_t getuid (); -gid_t getgid (); -uid_t geteuid (); -gid_t getegid (); -#endif - #include <errno.h> #ifndef __set_errno # define __set_errno(val) errno = (val) |