diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 659f65b48..af6c3dd13 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2006-06-15 Corinna Vinschen + + * cygwin.din: Export __srget_r, __swbuf_r. + * include/cygwin/version.h: Bump API minor number to 156. + 2006-06-14 Corinna Vinschen * fhandler.h (class fhandler_socket): Add private mutex handle diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index bf71839ad..bed0c6d1d 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -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 diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 054ebb031..99c15dd07 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -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