diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-25 16:13:12 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-25 16:13:12 +0000 |
commit | 86ed5c882136cc35546638a2acc1c30aa5373fbd (patch) | |
tree | e23811228e490a7ea68f7db8b5b9eb2721bef2fb /winsup/cygwin/include | |
parent | e222bf6748487542cc00129e42120724d46fb3c4 (diff) | |
download | cygnal-86ed5c882136cc35546638a2acc1c30aa5373fbd.tar.gz cygnal-86ed5c882136cc35546638a2acc1c30aa5373fbd.tar.bz2 cygnal-86ed5c882136cc35546638a2acc1c30aa5373fbd.zip |
* cygwin.din: Export _fdopen64
* Makefile.in (NEW_FUNCTIONS): Add _fdopen64 -> fdopen translation.
* include/cygwin/version.h: Bump api minor number.
* ntdll.h: Remove (now) duplicate FILE_SYNCHRONOUS_IO_NONALERT definition.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 903787f06..af5e10e4c 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -209,12 +209,13 @@ details. */ 87: Export vsyslog 88: Export _getreent 89: Export __mempcpy + 90: Export _fopen64 */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 89 +#define CYGWIN_VERSION_API_MINOR 90 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |