1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

(getuid, getgid, getuid, getegid)

[!defined _POSIX_VERSION]: Remove decls; not needed these days.
This commit is contained in:
Paul Eggert
2005-05-30 07:30:01 +00:00
parent b224f94761
commit 241ed9e339
+1 -8
View File
@@ -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)