* winsup/cygwin/include/cygwin/version.h: Bump API minor version.

* winsup/cygwin/include/cygwin/types.h: Define key_t as long long.
	* winsup/cygwin/cygwin.din: Add ftok, _ftok.
	* winsup/cygwin/ipc.cc (ftok): Rework implementation.
This commit is contained in:
Corinna Vinschen
2003-05-20 12:38:04 +00:00
parent 70ffc14893
commit 10bada05fa
5 changed files with 78 additions and 15 deletions

View File

@ -205,12 +205,13 @@ details. */
underscore. No problems with backward compatibility since no
official release has been made so far. This change removes
exported symbols like fopen64, which might confuse configure.
86: Export ftok
*/
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 85
#define CYGWIN_VERSION_API_MINOR 86
/* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible