From b918632a2aa389cd788634b3f08a81e66193b016 Mon Sep 17 00:00:00 2001 From: Dave Korn Date: Sun, 30 Dec 2007 21:12:08 +0000 Subject: * 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. --- winsup/cygwin/include/cygwin/version.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'winsup/cygwin/include') 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 -- cgit v1.2.3