From cb97aadebfeba7f5e8f1b85beee5ab10e88c2990 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 20 Nov 2008 22:11:44 +0000 Subject: Last portion of libc_hidden_proto removal. Appears to build fine (several .configs tried) --- include/stdio_ext.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/stdio_ext.h') diff --git a/include/stdio_ext.h b/include/stdio_ext.h index 23d12e092..9ad54f659 100644 --- a/include/stdio_ext.h +++ b/include/stdio_ext.h @@ -81,6 +81,7 @@ extern void _flushlbf (void); /* Set locking status of stream FP to TYPE. */ extern int __fsetlocking (FILE *__fp, int __type) __THROW; +libc_hidden_proto(__fsetlocking) __END_DECLS -- cgit v1.2.3