summaryrefslogtreecommitdiff
path: root/login/getutent.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/getutent.c')
-rw-r--r--login/getutent.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/login/getutent.c b/login/getutent.c
index c2d479722e..4b7d6f863c 100644
--- a/login/getutent.c
+++ b/login/getutent.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.
@@ -41,4 +41,5 @@ __getutent (void)
return result;
}
+libc_hidden_def (__getutent)
weak_alias (__getutent, getutent)