diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-10 00:22:53 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-10 00:22:53 +0000 |
commit | 3720c42fcc3645f08053087b29e8f44cf9aeb438 (patch) | |
tree | 75056355e3f9a284d7e3618618bb05dca01ce16c /include | |
parent | f445c58e7015240d1e68aa3d7c2cf50a298e2c2a (diff) |
Switch fread/fwrite/fclose/pipe/sigsetmask users
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 |