login: Rework hidden prototypes for __setutent, __utmpname, __endutent
authorFlorian Weimer <fweimer@redhat.com>
Wed, 30 Jun 2021 05:21:13 +0000 (07:21 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 30 Jun 2021 05:28:27 +0000 (07:28 +0200)
commit98164ba55d01dfe517a71cbc5538ff1f5dc563d6
tree91ce46b3531c1f28c93cd63ae30fc17d9b93dd5e
parent8d1f854d60d159931594f31993599b9d9168552b
login: Rework hidden prototypes for __setutent, __utmpname, __endutent

Replace attribute_hidden with a regular combination of
libc_hidden_proto and libc_hidden_def.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
include/utmp.h
login/getutent_r.c
login/utmpname.c