From 9fd99e17363eac554491f1746e1e00f4d73aebff Mon Sep 17 00:00:00 2001 From: jjohnstn Date: Fri, 23 Apr 2004 20:06:02 +0000 Subject: [PATCH] 2004-04-23 Jeff Johnston * libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes. --- newlib/ChangeLog | 4 ++++ newlib/libc/include/stdio.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 62fc859495..706e60e418 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2004-04-23 Jeff Johnston + + * libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes. + 2004-04-23 Artem B. Bityuckiy * libc/stdio/asprintf.c libc/stdio/clearerr.c, diff --git a/newlib/libc/include/stdio.h b/newlib/libc/include/stdio.h index eb9f21c21f..94e437d390 100644 --- a/newlib/libc/include/stdio.h +++ b/newlib/libc/include/stdio.h @@ -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 *, ...)); -- 2.11.0