diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2015-02-06 17:09:50 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2015-02-06 17:09:50 +0000 |
commit | f1b0fac03c2b94795e4111ff4a5e24e6e6e2fd02 (patch) | |
tree | d84605df8c0af9a2b7ff00905fd288375c90ef9f /winsup/cygwin/common.din | |
parent | b6c60d78c517ae2b676034c7354bd7c814efaeaf (diff) | |
download | newlib-f1b0fac03c2b94795e4111ff4a5e24e6e6e2fd02.zip newlib-f1b0fac03c2b94795e4111ff4a5e24e6e6e2fd02.tar.gz newlib-f1b0fac03c2b94795e4111ff4a5e24e6e6e2fd02.tar.bz2 |
* common.din: Export cabsl, cimagl, creall, finitel, hypotl, sqrtl.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
Diffstat (limited to 'winsup/cygwin/common.din')
-rw-r--r-- | winsup/cygwin/common.din | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index 8df8607..a7844be 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 |