This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: missing math functions


On Mon, Oct 18, 2010 at 04:07:59PM +0100, Marco Atzeri wrote:
>llround and llroundf are available in newlib but not
>exported in cygwin.
>
>http://www.cygwin.com/ml/cygwin/2010-10/msg00351.html
>
>simple path attached to solve the problem.
>
>changelog:
>
>*       winsup/cygwin/cygwin.din : added llround and llroundf
>
>--- src/winsup/cygwin/cygwin.din	2010-10-08 20:25:00.875000000 +0200
>+++ src_new/winsup/cygwin/cygwin.din	2010-10-18 14:31:36.453125000 +0200
>@@ -960,6 +960,8 @@
> llrint = _f_llrint NOSIGFE
> llrintf = _f_llrintf NOSIGFE
> llrintl = _f_llrintl NOSIGFE
>+llround NOSIGFE
>+llroundf NOSIGFE
> __locale_mb_cur_max NOSIGFE
> localeconv NOSIGFE
> _localeconv = localeconv NOSIGFE

Applied with a tweaked ChangeLog.

Thanks again for the patch.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]