summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/euidaccess.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/euidaccess.c')
-rw-r--r--sysdeps/mach/hurd/euidaccess.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/euidaccess.c b/sysdeps/mach/hurd/euidaccess.c
index bbd2d21afe..d206b8644c 100644
--- a/sysdeps/mach/hurd/euidaccess.c
+++ b/sysdeps/mach/hurd/euidaccess.c
@@ -1,5 +1,5 @@
/* Test for access to FILE using effective UID and GID. Hurd version.
-Copyright (C) 1991, 1995 Free Software Foundation, Inc.
+Copyright (C) 1991, 1995, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */
#include <hurd.h>
int
-euidaccess (file, type)
+__euidaccess (file, type)
const char *file;
int type;
{
@@ -56,3 +56,4 @@ euidaccess (file, type)
return 0;
}
+weak_alias (__euidaccess, euidaccess)