summaryrefslogtreecommitdiffstats
path: root/include/utmp.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-26 15:45:55 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-26 15:45:55 +0000
commit249f9ff259992908829f9d06a0b4688cf21ea00e (patch)
tree292da38d7e4d88f681732b581dc3d93a97e2ab4f /include/utmp.h
parentce48bd0f2a31f63ac7fed36c756b60ce8106b27f (diff)
downloaduClibc-alpine-249f9ff259992908829f9d06a0b4688cf21ea00e.tar.bz2
uClibc-alpine-249f9ff259992908829f9d06a0b4688cf21ea00e.tar.xz
Synch with trunk @ 24157
Step 11: More libc_hidden_proto removal
Diffstat (limited to 'include/utmp.h')
-rw-r--r--include/utmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utmp.h b/include/utmp.h
index 585aad12d..c198ede35 100644
--- a/include/utmp.h
+++ b/include/utmp.h
@@ -64,6 +64,7 @@ extern struct utmp *getutent (void) __THROW;
/* Reset the input stream to the beginning of the file. */
extern void setutent (void) __THROW;
+libc_hidden_proto(setutent)
/* Close the current open file. */
extern void endutent (void) __THROW;
@@ -71,6 +72,7 @@ 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. */