Updated to fedora-glibc-20051116T0829
[glibc.git] / include / stdio_ext.h
blob31c7a4e7a1bf1f723fd6325f52af9b1136f5994f
1 #ifndef _STDIO_EXT_H
3 # include <stdio-common/stdio_ext.h>
5 extern int __fsetlocking_internal (FILE *__fp, int __type) attribute_hidden;
7 #ifndef NOT_IN_libc
8 # define __fsetlocking(fp, type) INTUSE(__fsetlocking) (fp, type)
9 #endif
11 #endif