summaryrefslogtreecommitdiff
path: root/libc/stdio/_stdio.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-11-17 11:33:35 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-11-17 11:33:35 +0100
commit1ea3c5e6f11b91466546020f4e9ec13d1ab81be3 (patch)
tree76ea42a23a234c69511a9b65782bccfd289e58bd /libc/stdio/_stdio.c
parent90d597eac8ebbb9ebfa065f6873d28646303f814 (diff)
stdio: hide _stdio_validate_FILE
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/stdio/_stdio.c')
-rw-r--r--libc/stdio/_stdio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio/_stdio.c b/libc/stdio/_stdio.c
index 6c11451fc..2abd63a4d 100644
--- a/libc/stdio/_stdio.c
+++ b/libc/stdio/_stdio.c
@@ -283,7 +283,7 @@ void attribute_hidden _stdio_init(void)
#ifndef NDEBUG
-void _stdio_validate_FILE(const FILE *stream)
+void attribute_hidden _stdio_validate_FILE(const FILE *stream)
{
#ifdef __UCLIBC_HAS_THREADS__
assert(((unsigned int)(stream->__user_locking)) <= 2);