From 0be11474082a2deac8857f9f5e610b1c4541f454 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 7 Nov 2002 09:08:40 +0000 Subject: [PATCH] * cygwin.din: Export fseeko() and ftello(). * include/cygwin/version.h: Bump API minor version. --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/cygwin.din | 4 ++++ winsup/cygwin/include/cygwin/version.h | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) 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 + + * cygwin.din: Export fseeko() and ftello(). + * include/cygwin/version.h: Bump API minor version. + 2002-11-06 Christopher Faylor * 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