_G_va_list __arg)
__attribute__ ((__format__ (__scanf__, 2, 0)));
+/* Prototypes for compatibility functions. */
+extern FILE *__new_tmpfile (void);
+extern FILE *__old_tmpfile (void);
+
+
# else
# include <stdio/stdio.h>
# endif
/* Relinquish the ownership granted for STREAM. */
extern void __funlockfile (FILE *__stream);
+/* Try to acquire ownership of STREAM but do not block if it is not
+ possible. */
+extern int __ftrylockfile (FILE *__stream);
+
+extern int __getc_unlocked (FILE *__fp);
+# ifdef USE_IN_LIBIO
+extern wint_t __getwc_unlocked (FILE *__fp);
+# endif
+
+
# endif
#endif