diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-05 01:31:27 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-04-05 01:31:27 +0200 |
commit | c75712b15a5e0655c15707e1e1340da9d5e2646a (patch) | |
tree | 815e590aa66d155a866d2981d34b0cda638e111a /include/utmp.h | |
parent | 2864786ad884369ab5397be864e9f43d32bc2726 (diff) | |
download | uClibc-alpine-c75712b15a5e0655c15707e1e1340da9d5e2646a.tar.bz2 uClibc-alpine-c75712b15a5e0655c15707e1e1340da9d5e2646a.tar.xz |
getutid is not used internally, removing hidden_proto
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/utmp.h')
-rw-r--r-- | include/utmp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/utmp.h b/include/utmp.h index 182f45e1c..27454a66a 100644 --- a/include/utmp.h +++ b/include/utmp.h @@ -74,7 +74,6 @@ extern void endutent (void) __THROW; /* Search forward from the current point in the utmp file until the next entry with a ut_type matching ID->ut_type. */ extern struct utmp *getutid (__const struct utmp *__id) __THROW; -libc_hidden_proto(getutid) /* Search forward from the current point in the utmp file until the next entry with a ut_line matching LINE->ut_line. */ |