* winsup/cygwin/cygwin.din: Add llround and llroundf.

This commit is contained in:
Christopher Faylor 2010-10-18 15:14:17 +00:00
parent 1cfc2fea73
commit 2d5f37a988
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it>
* winsup/cygwin/cygwin.din: Add llround and llroundf.
2010-10-09 John Carey <aeolus@electric-cloud.com> 2010-10-09 John Carey <aeolus@electric-cloud.com>
Corinna Vinschen <corinna@vinschen.de> Corinna Vinschen <corinna@vinschen.de>

View File

@ -960,6 +960,8 @@ llistxattr SIGFE
llrint = _f_llrint NOSIGFE llrint = _f_llrint NOSIGFE
llrintf = _f_llrintf NOSIGFE llrintf = _f_llrintf NOSIGFE
llrintl = _f_llrintl NOSIGFE llrintl = _f_llrintl NOSIGFE
llround NOSIGFE
llroundf NOSIGFE
__locale_mb_cur_max NOSIGFE __locale_mb_cur_max NOSIGFE
localeconv NOSIGFE localeconv NOSIGFE
_localeconv = localeconv NOSIGFE _localeconv = localeconv NOSIGFE