diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2003-10-27 13:06:56 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2003-10-27 13:06:56 +0000 |
commit | 56a4ceac3dcc1247239862db270688a6ca6ed2a2 (patch) | |
tree | 3829f305c14c1aff4c4495b8fb25b96819da7e6e /winsup/cygwin/include | |
parent | 072339664df6b89b2e106f6507b0dd65fc882d55 (diff) | |
download | cygnal-56a4ceac3dcc1247239862db270688a6ca6ed2a2.tar.gz cygnal-56a4ceac3dcc1247239862db270688a6ca6ed2a2.tar.bz2 cygnal-56a4ceac3dcc1247239862db270688a6ca6ed2a2.zip |
* Makefile.in (OBSOLETE_FUNCTION): Add tmpfile.
(NEW_FUNCTIONS): Add _tmpfile64 -> tmpfile translation.
* cygwin.din: Export _tmpfile64
* include/cygwin/version.h: Bump api minor number.
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 a3214e445..f2c033828 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -222,13 +222,14 @@ details. */ 95: Export shmat, shmctl, shmdt, shmget. 96: CW_GET_ERRNO_FROM_WINERROR addition to external.cc 97: Export sem_open, sem_close, sem_timedwait, sem_getvalue. + 98: Export _tmpfile64. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 97 +#define CYGWIN_VERSION_API_MINOR 98 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |