diff options
Diffstat (limited to 'include')
-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. */ |