From 3720c42fcc3645f08053087b29e8f44cf9aeb438 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sat, 10 Dec 2005 00:22:53 +0000 Subject: Switch fread/fwrite/fclose/pipe/sigsetmask users --- include/libc-internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libc-internal.h') diff --git a/include/libc-internal.h b/include/libc-internal.h index 05114aab8..3bf8c00ac 100644 --- a/include/libc-internal.h +++ b/include/libc-internal.h @@ -192,6 +192,7 @@ extern int __sprintf (char *__restrict __s, __const char *__restrict __format, ...) attribute_hidden; /* hack */ #define fprintf __fprintf +#define fclose __fclose /* #include */ extern char *__getenv (__const char *__name) attribute_hidden; @@ -217,6 +218,7 @@ extern int __vfprintf (FILE *__restrict __s, __const char *__restrict __format, __gnuc_va_list __arg) attribute_hidden; extern int __fprintf (FILE *__restrict __stream, __const char *__restrict __format, ...) attribute_hidden; +extern int __fclose (FILE *__stream) attribute_hidden; /* #include */ # define __need_timeval -- cgit v1.2.3