summaryrefslogtreecommitdiff
path: root/login/getutid.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/getutid.c')
-rw-r--r--login/getutid.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/login/getutid.c b/login/getutid.c
index d3d3b5d068..98e8e4adc3 100644
--- a/login/getutid.c
+++ b/login/getutid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -25,7 +25,7 @@ static struct utmp buffer;
struct utmp *
-getutid (const struct utmp *id)
+__getutid (const struct utmp *id)
{
struct utmp *result;
@@ -34,3 +34,5 @@ getutid (const struct utmp *id)
return result;
}
+weak_alias (__getutid, getutid)
+weak_alias (__getutid, getutxid)