From a8ca4b7688e2ca3f6dd12cb22e4299854c407118 Mon Sep 17 00:00:00 2001 From: tjr Date: Mon, 13 Jan 2003 08:41:47 +0000 Subject: Add prototypes for the non-standard _unlocked functions. --- include/stdio.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/stdio.h') diff --git a/include/stdio.h b/include/stdio.h index 3da10be..72f07ea 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -302,6 +302,12 @@ int getchar_unlocked(void); int putc_unlocked(int, FILE *); int putchar_unlocked(int); #endif +#if __BSD_VISIBLE +void clearerr_unlocked(FILE *); +int feof_unlocked(FILE *); +int ferror_unlocked(FILE *); +int fileno_unlocked(FILE *); +#endif #if __POSIX_VISIBLE >= 200112 int fseeko(FILE *, __off_t, int); -- cgit v1.1