#ifndef _STDIO_EXT_H # include extern int __fsetlocking_internal (FILE *__fp, int __type) attribute_hidden; #ifndef NOT_IN_libc # define __fsetlocking(fp, type) INTUSE(__fsetlocking) (fp, type) #endif #endif