From d18ea0c5e669dd48ccceccfc90ff458dc333a81f Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 23 May 2012 13:33:15 +0200 Subject: Remove use of INTDEF/INTUSE in libio --- include/stdio_ext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdio_ext.h') diff --git a/include/stdio_ext.h b/include/stdio_ext.h index c7b77246b7..354146f8e8 100644 --- a/include/stdio_ext.h +++ b/include/stdio_ext.h @@ -2,7 +2,7 @@ # include -extern int __fsetlocking_internal (FILE *__fp, int __type) attribute_hidden; +libc_hidden_proto (__fsetlocking) #define __fsetlocking(fp, type) \ ({ int __result = ((fp->_flags & _IO_USER_LOCK) \ -- cgit v1.2.3