]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - login/updwtmp.c
malloc: Add another test for tcache double free check.
[thirdparty/glibc.git] / login / updwtmp.c
index e72b66c21846f6f655aca38848644b0e703d0089..56fb41916a776c0a4db3320bf13f37a851885bb2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2015 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)