* include/cygwin/version.h: Bump API minor version.
This commit is contained in:
parent
a020c74a8d
commit
e4809ddd20
|
@ -1,3 +1,7 @@
|
||||||
|
2005-11-29 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* include/cygwin/version.h: Bump API minor version.
|
||||||
|
|
||||||
2005-11-29 Corinna Vinschen <corinna@vinschen.de>
|
2005-11-29 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* fhandler.h (fhandler_dev_zero::mmap): Add method.
|
* fhandler.h (fhandler_dev_zero::mmap): Add method.
|
||||||
|
|
|
@ -282,12 +282,13 @@ details. */
|
||||||
142: Export memmem
|
142: Export memmem
|
||||||
143: Export clock_getres, clock_setres
|
143: Export clock_getres, clock_setres
|
||||||
144: Export timelocal, timegm.
|
144: Export timelocal, timegm.
|
||||||
|
145: Add MAP_NORESERVE flag to mmap.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#define CYGWIN_VERSION_API_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 144
|
#define CYGWIN_VERSION_API_MINOR 145
|
||||||
|
|
||||||
/* There is also a compatibity version number associated with the
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
|
Loading…
Reference in New Issue