]> sourceware.org Git - newlib-cygwin.git/commitdiff
2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 23 Apr 2004 20:06:03 +0000 (20:06 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 23 Apr 2004 20:06:03 +0000 (20:06 +0000)
        * libc/include/stdio.h: (_ftell_r, _fseek_r): New prototypes.

newlib/ChangeLog
newlib/libc/include/stdio.h

index 62fc8594950529e9b38155cf022fd4978838a2c2..706e60e41887e64c87724301b1fe9007dfe5353f 100644 (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,
index eb9f21c21fc48d3fe7c3031d7bedabfa5a2c4258..94e437d3905952d82623d968a389ec24fda37ad4 100644 (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 *, ...));
This page took 0.287951 seconds and 5 git commands to generate.