]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - login/getutline.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / login / getutline.c
index 44e97c4b2009221abc0135e6dfa41f34bcd7a399..cc1a8615e722dbe6f5c50d3dc4eac5d99eba7124 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1998, 2001, 2002 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.
 
@@ -40,4 +40,5 @@ __getutline (const struct utmp *line)
 
   return result;
 }
+libc_hidden_def (__getutline)
 weak_alias (__getutline, getutline)