summaryrefslogtreecommitdiff
path: root/login/getutid.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/getutid.c')
-rw-r--r--login/getutid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/login/getutid.c b/login/getutid.c
index 3c9844697f..9ef234327d 100644
--- a/login/getutid.c
+++ b/login/getutid.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
@@ -39,4 +39,5 @@ __getutid (const struct utmp *id)
return result;
}
+libc_hidden_def (__getutid)
weak_alias (__getutid, getutid)