* cygwin.din: Add gamm*_r function exports.

This commit is contained in:
Christopher Faylor 2001-09-08 01:35:55 +00:00
parent 1ff9f4b937
commit c12a96d12f
3 changed files with 13 additions and 1 deletions

View File

@ -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> Fri Sep 7 17:11:11 2001 Christopher Faylor <cgf@cygnus.com>
* cygheap.h (init_cygheap): Move heap pointers here. * cygheap.h (init_cygheap): Move heap pointers here.

View File

@ -315,8 +315,12 @@ fwrite
_fwrite = fwrite _fwrite = fwrite
gamma gamma
_gamma = gamma _gamma = gamma
gamma_r
_gamma_r = gamma_r
gammaf gammaf
_gammaf = gammaf _gammaf = gammaf
gammaf_r
_gammaf_r = gammaf_r
gcvt gcvt
_gcvt = gcvt _gcvt = gcvt
gcvtf gcvtf
@ -457,8 +461,12 @@ ldiv
_ldiv = ldiv _ldiv = ldiv
lgamma lgamma
_lgamma = lgamma _lgamma = lgamma
lgamma_r
_lgamma_r = lgamma_r
lgammaf lgammaf
_lgammaf = lgammaf _lgammaf = lgammaf
lgammaf_r
_lgammaf_r = lgammaf_r
link link
_link = link _link = link
localeconv localeconv

View File

@ -142,7 +142,7 @@ details. */
42: sys_errlist, sys_nerr 42: sys_errlist, sys_nerr
43: sigsetjmp, siglongjmp fixed 43: sigsetjmp, siglongjmp fixed
44: Export dirfd 44: Export dirfd
45: perprocess change 45: perprocess change, gamma_r, gammaf_r, lgamma_r, lgammaf_r
*/ */
#define CYGWIN_VERSION_API_MAJOR 0 #define CYGWIN_VERSION_API_MAJOR 0