diff options
author | Dave Korn <dave.korn.cygwin@gmail.com> | 2007-12-30 21:12:08 +0000 |
---|---|---|
committer | Dave Korn <dave.korn.cygwin@gmail.com> | 2007-12-30 21:12:08 +0000 |
commit | b918632a2aa389cd788634b3f08a81e66193b016 (patch) | |
tree | bf76d5ccfff1167b6fa9ceebf8061987f42fb148 /winsup/cygwin/include | |
parent | 9c4d008ca5b1922c98500869c0510c83eae6127b (diff) | |
download | cygnal-b918632a2aa389cd788634b3f08a81e66193b016.tar.gz cygnal-b918632a2aa389cd788634b3f08a81e66193b016.tar.bz2 cygnal-b918632a2aa389cd788634b3f08a81e66193b016.zip |
* cygwin.din (_f_llrint, _f_llrintf, _f_llrintl, _f_lrint, _f_lrintf,
_f_lrintl, _f_rint, _f_rintf, _f_rintl): Export fast *rint* functions.
(lrint, lrintf, rint, rintf): Redirect exports to alias _f_ versions.
(llrint, llrintf, llrintl, lrintl, rintl): Add exports aliasing _f_*
versions likewise.
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 97e45f09e..52e6a98d1 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -319,12 +319,15 @@ details. */ 176: Export wcstol, wcstoll, wcstoul, wcstoull, wcsxfrm. 177: Export sys_sigabbrev 178: Export wcpcpy, wcpncpy. + 179: Export _f_llrint, _f_llrintf, _f_llrintl, _f_lrint, _f_lrintf, + _f_lrintl, _f_rint, _f_rintf, _f_rintl, llrint, llrintf, llrintl, + rintl, lrintl, and redirect exports of lrint, lrintf, rint, rintf. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 178 +#define CYGWIN_VERSION_API_MINOR 179 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |