summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-11-07 09:08:40 +0000
committerCorinna Vinschen <corinna@vinschen.de>2002-11-07 09:08:40 +0000
commit0be11474082a2deac8857f9f5e610b1c4541f454 (patch)
treef2ed122734ca0260f90c34ad2cb961618e9ef618
parentf7618386af9fecec7b5127debc98776939760347 (diff)
downloadcygnal-0be11474082a2deac8857f9f5e610b1c4541f454.tar.gz
cygnal-0be11474082a2deac8857f9f5e610b1c4541f454.tar.bz2
cygnal-0be11474082a2deac8857f9f5e610b1c4541f454.zip
* cygwin.din: Export fseeko() and ftello().
* include/cygwin/version.h: Bump API minor version.
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/cygwin.din4
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
3 files changed, 11 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index a6dbe7256..2097a42c6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-07 Jason Tishler <jason@tishler.net>
+
+ * cygwin.din: Export fseeko() and ftello().
+ * include/cygwin/version.h: Bump API minor version.
+
2002-11-06 Christopher Faylor <cgf@redhat.com>
* fhandler_console.cc (keytable[]): Revert previous change. It would
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din
index 58158f9fa..35789ab90 100644
--- a/winsup/cygwin/cygwin.din
+++ b/winsup/cygwin/cygwin.din
@@ -310,6 +310,8 @@ _fscanf_r
fscanf_r = _fscanf_r
fseek
_fseek = fseek
+fseeko
+_fseeko = fseeko
fsetpos
_fsetpos = fsetpos
_fstat
@@ -325,6 +327,8 @@ _f_tanf
__f_tanf = _f_tanf
ftell
_ftell = ftell
+ftello
+_ftello = ftello
ftime
_ftime = ftime
ftruncate
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 34590f440..f0caae10c 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -161,12 +161,13 @@ details. */
putchar_unlocked
62: Erroneously bumped.
63: Export pututline.
+ 64: Export fseeko, ftello
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
-#define CYGWIN_VERSION_API_MINOR 63
+#define CYGWIN_VERSION_API_MINOR 64
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible