mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* cygwin.din: Add gamm*_r function exports.
This commit is contained in:
parent
1ff9f4b937
commit
c12a96d12f
@ -1,3 +1,7 @@
|
||||
Fri Sep 7 21:35:35 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* cygwin.din: Add gamm*_r function exports.
|
||||
|
||||
Fri Sep 7 17:11:11 2001 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* cygheap.h (init_cygheap): Move heap pointers here.
|
||||
|
@ -315,8 +315,12 @@ fwrite
|
||||
_fwrite = fwrite
|
||||
gamma
|
||||
_gamma = gamma
|
||||
gamma_r
|
||||
_gamma_r = gamma_r
|
||||
gammaf
|
||||
_gammaf = gammaf
|
||||
gammaf_r
|
||||
_gammaf_r = gammaf_r
|
||||
gcvt
|
||||
_gcvt = gcvt
|
||||
gcvtf
|
||||
@ -457,8 +461,12 @@ ldiv
|
||||
_ldiv = ldiv
|
||||
lgamma
|
||||
_lgamma = lgamma
|
||||
lgamma_r
|
||||
_lgamma_r = lgamma_r
|
||||
lgammaf
|
||||
_lgammaf = lgammaf
|
||||
lgammaf_r
|
||||
_lgammaf_r = lgammaf_r
|
||||
link
|
||||
_link = link
|
||||
localeconv
|
||||
|
@ -142,7 +142,7 @@ details. */
|
||||
42: sys_errlist, sys_nerr
|
||||
43: sigsetjmp, siglongjmp fixed
|
||||
44: Export dirfd
|
||||
45: perprocess change
|
||||
45: perprocess change, gamma_r, gammaf_r, lgamma_r, lgammaf_r
|
||||
*/
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user