summaryrefslogtreecommitdiff
path: root/login/updwtmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'login/updwtmp.c')
-rw-r--r--login/updwtmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/login/updwtmp.c b/login/updwtmp.c
index dd0cb9c2c7..56fb41916a 100644
--- a/login/updwtmp.c
+++ b/login/updwtmp.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2016 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2018 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Mark Kettenis <kettenis@phys.uva.nl>, 1997.
@@ -31,4 +31,5 @@ __updwtmp (const char *wtmp_file, const struct utmp *utmp)
(*__libc_utmp_file_functions.updwtmp) (file_name, utmp);
}
+libc_hidden_def (__updwtmp)
weak_alias (__updwtmp, updwtmp)