From f1b0fac03c2b94795e4111ff4a5e24e6e6e2fd02 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 6 Feb 2015 17:09:50 +0000 Subject: [PATCH] * common.din: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/common.din | 6 ++++++ winsup/cygwin/include/cygwin/version.h | 3 ++- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c5ebabf01..f217e3ec1 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2015-02-06 Corinna Vinschen + + * common.din: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl. + * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. + 2015-02-06 Corinna Vinschen * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 35. diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index 8df860760..a7844be46 100644 --- a/winsup/cygwin/common.din +++ b/winsup/cygwin/common.din @@ -177,6 +177,7 @@ btowc NOSIGFE bzero NOSIGFE cabs NOSIGFE cabsf NOSIGFE +cabsl NOSIGFE cacos NOSIGFE cacosf NOSIGFE cacosh NOSIGFE @@ -215,6 +216,7 @@ chown SIGFE chroot SIGFE cimag NOSIGFE cimagf NOSIGFE +cimagl NOSIGFE cleanup_glue NOSIGFE clearerr SIGFE clearerr_unlocked SIGFE @@ -246,6 +248,7 @@ cproj NOSIGFE cprojf NOSIGFE creal NOSIGFE crealf NOSIGFE +creall NOSIGFE creat SIGFE csin NOSIGFE csinf NOSIGFE @@ -403,6 +406,7 @@ fileno SIGFE fileno_unlocked SIGFE finite NOSIGFE finitef NOSIGFE +finitel NOSIGFE fiprintf SIGFE flistxattr SIGFE flock SIGFE @@ -592,6 +596,7 @@ htonl NOSIGFE htons NOSIGFE hypot NOSIGFE hypotf NOSIGFE +hypotl NOSIGFE if_freenameindex SIGFE if_indextoname SIGFE if_nameindex SIGFE @@ -1132,6 +1137,7 @@ spawnvpe SIGFE sprintf SIGFE sqrt NOSIGFE sqrtf NOSIGFE +sqrtl NOSIGFE srand NOSIGFE srand48 NOSIGFE srandom NOSIGFE diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 20757b77f..01c9a761e 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -467,12 +467,13 @@ details. */ putwc_unlocked, putwchar_unlocked. 284: Export sockatmark. 285: Export wcstold. + 285: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 285 +#define CYGWIN_VERSION_API_MINOR 286 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible -- 2.43.5