diff options
Diffstat (limited to 'login/updwtmp.c')
-rw-r--r-- | login/updwtmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/login/updwtmp.c b/login/updwtmp.c index 7788614ed3..3fcbaf643d 100644 --- a/login/updwtmp.c +++ b/login/updwtmp.c @@ -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) |