diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libc-internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h> */ 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 <sys/time.h> */ # define __need_timeval |