summaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-06-14 14:27:06 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-06-14 14:27:06 +0200
commit975bca165c3e10e74c05c0384fd58f45a7025a3c (patch)
treef248f806055853ffd0b67a5ae0cebd3b5faf202d /include/stdio.h
parent10d12e77d5cdffd064719356a87f839225916a4a (diff)
libc: hide obstack relocations
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdio.h b/include/stdio.h
index 831aa1c36..75c146482 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -865,6 +865,7 @@ extern int obstack_vprintf (struct obstack *__restrict __obstack,
const char *__restrict __format,
__gnuc_va_list __args)
__THROW __attribute__ ((__format__ (__printf__, 2, 0)));
+libc_hidden_proto(obstack_vprintf)
#endif /* USE_GNU && UCLIBC_HAS_OBSTACK. */