* cygwin.din: Export __srget_r, __swbuf_r.
* include/cygwin/version.h: Bump API minor number to 156.
This commit is contained in:
parent
c8956c6fec
commit
82a044a520
|
@ -1,3 +1,8 @@
|
|||
2006-06-15 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* cygwin.din: Export __srget_r, __swbuf_r.
|
||||
* include/cygwin/version.h: Bump API minor number to 156.
|
||||
|
||||
2006-06-14 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler.h (class fhandler_socket): Add private mutex handle
|
||||
|
|
|
@ -46,7 +46,9 @@ __signbitd NOSIGFE
|
|||
__signbitf NOSIGFE
|
||||
__signgam NOSIGFE
|
||||
__srget SIGFE
|
||||
__srget_r SIGFE
|
||||
__swbuf SIGFE
|
||||
__swbuf_r SIGFE
|
||||
_asprintf_r SIGFE
|
||||
asprintf_r = _asprintf_r SIGFE
|
||||
_dll_crt0@0 NOSIGFE
|
||||
|
|
|
@ -288,12 +288,13 @@ details. */
|
|||
153: Export updwtmpx, Implement CW_SETUP_WINENV.
|
||||
154: Export sigset, sigignore.
|
||||
155: Export __isinff, __isinfd, __isnanf, __isnand.
|
||||
156: Export __srbuf_r, __swget_r.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 155
|
||||
#define CYGWIN_VERSION_API_MINOR 156
|
||||
|
||||
/* There is also a compatibity version number associated with the
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
|
Loading…
Reference in New Issue