]> 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 941ee3e41e50a75a48354b28e6500d14e9917063..56fb41916a776c0a4db3320bf13f37a851885bb2 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2014 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)