summaryrefslogtreecommitdiffstats
path: root/include/stdio.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-18 06:53:52 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2008-11-18 06:53:52 +0000
commit48afc85aad88aa4f7501bf7715c86b4e94628960 (patch)
treeff3e5fdc63016ea41f7475844e8598af7ead4c2f /include/stdio.h
parent892cc11771a53d7ee30c5334ca2bda56fd6e6c8b (diff)
downloaduClibc-alpine-48afc85aad88aa4f7501bf7715c86b4e94628960.tar.bz2
uClibc-alpine-48afc85aad88aa4f7501bf7715c86b4e94628960.tar.xz
Synch with trunk @ 24087
Step 10: libc_hidden_removal
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index f14016aa1..feb544de7 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -197,6 +197,7 @@ __BEGIN_NAMESPACE_STD
This function is a possible cancellation point and therefore not
marked with __THROW. */
extern int fclose (FILE *__stream);
+libc_hidden_proto(fclose)
/* Flush STREAM, or all streams if STREAM is NULL.
This function is a possible cancellation point and therefore not
@@ -318,6 +319,7 @@ __BEGIN_NAMESPACE_STD
marked with __THROW. */
extern int fprintf (FILE *__restrict __stream,
__const char *__restrict __format, ...);
+libc_hidden_proto(fprintf)
/* Write formatted output to stdout.
This function is a possible cancellation point and therefore not