summaryrefslogtreecommitdiffstats
path: root/include/shadow.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/shadow.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/shadow.h')
-rw-r--r--include/shadow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/shadow.h b/include/shadow.h
index 778df52b9..baad17701 100644
--- a/include/shadow.h
+++ b/include/shadow.h
@@ -120,18 +120,22 @@ extern int putspent (__const struct spwd *__p, FILE *__stream);
therefore not marked with __THROW. */
extern int getspent_r (struct spwd *__result_buf, char *__buffer,
size_t __buflen, struct spwd **__result);
+libc_hidden_proto(getspent_r)
extern int getspnam_r (__const char *__name, struct spwd *__result_buf,
char *__buffer, size_t __buflen,
struct spwd **__result);
+libc_hidden_proto(getspnam_r)
extern int sgetspent_r (__const char *__string, struct spwd *__result_buf,
char *__buffer, size_t __buflen,
struct spwd **__result);
+libc_hidden_proto(sgetspent_r)
extern int fgetspent_r (FILE *__stream, struct spwd *__result_buf,
char *__buffer, size_t __buflen,
struct spwd **__result);
+libc_hidden_proto(fgetspent_r)
#endif /* misc */