about summary refs log tree commit diff
path: root/include/stdio_ext.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-05-23 13:33:15 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2012-05-24 23:06:20 +0200
commitd18ea0c5e669dd48ccceccfc90ff458dc333a81f (patch)
treec983ef90b2cf0abb23a33e704d0a2b7200142ab6 /include/stdio_ext.h
parentc14874927b499ddfdbb03745bb32bfc778b8595f (diff)
downloadglibc-d18ea0c5e669dd48ccceccfc90ff458dc333a81f.tar.gz
glibc-d18ea0c5e669dd48ccceccfc90ff458dc333a81f.tar.xz
glibc-d18ea0c5e669dd48ccceccfc90ff458dc333a81f.zip
Remove use of INTDEF/INTUSE in libio
Diffstat (limited to 'include/stdio_ext.h')
-rw-r--r--include/stdio_ext.h2
1 files changed, 1 insertions, 1 deletions
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 <stdio-common/stdio_ext.h>
 
-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)			\