2004-04-23 Jeff Johnston <jjohnstn@redhat.com>

* libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes.
This commit is contained in:
Jeff Johnston 2004-04-23 20:06:03 +00:00
parent 05b315770a
commit c00f971933
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes.
2004-04-23 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* libc/stdio/asprintf.c libc/stdio/clearerr.c,

View File

@ -277,6 +277,8 @@ FILE * _EXFUN(_fdopen_r, (struct _reent *, int, const char *));
FILE * _EXFUN(_fopen_r, (struct _reent *, const char *, const char *));
int _EXFUN(_fclose_r, (struct _reent *, FILE *));
int _EXFUN(_fscanf_r, (struct _reent *, FILE *, const char *, ...));
int _EXFUN(_fseek_r, (struct _reent *, FILE *, long, int));
long _EXFUN(_ftell_r, (struct _reent *, FILE *));
int _EXFUN(_getchar_r, (struct _reent *));
char * _EXFUN(_gets_r, (struct _reent *, char *));
int _EXFUN(_iprintf_r, (struct _reent *, const char *, ...));