This is the mail archive of the cygwin-developers@sourceware.cygnus.com 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]

(patch) add missing math exports


Adds a few missing things from cygwin.din. Gamma et al used to be there
in back during b17.1-19 days, but went awol in b20.

Wed Jun 23 10:39:07 1999  Mumit Khan  <khan@xraylith.wisc.edu>

	* cygwin.din (gamma, gammaf, lgamma, lgammaf): Export.
	(j0,j0f,j1,j1f,jn,jnf): Export underscore versions as well.

Index: cygwin.din
===================================================================
RCS file: /homes/khan/src/CVSROOT/cygwin-dev/winsup/cygwin.din,v
retrieving revision 1.1.1.1
diff -u -3 -p -u -p -r1.1.1.1 cygwin.din
--- cygwin.din	1999/05/03 15:22:19	1.1.1.1
+++ cygwin.din	1999/06/23 15:38:49
@@ -265,6 +265,10 @@ ftruncate
 _ftruncate = ftruncate
 fwrite
 _fwrite = fwrite
+gamma
+_gamma = gamma
+gammaf
+_gammaf = gammaf
 gcvt
 _gcvt = gcvt
 gcvtf
@@ -370,11 +374,17 @@ _isupper = isupper
 isxdigit
 _isxdigit = isxdigit
 j0
+_j0 = j0
 j0f
+_j0f = j0f
 j1
+_j1 = j1
 j1f
+_j1f = j1f
 jn
+_jn = jn
 jnf
+_jnf = jnf
 kill
 _kill = kill
 labs
@@ -385,6 +395,10 @@ ldexpf
 _ldexpf = ldexpf
 ldiv
 _ldiv = ldiv
+lgamma
+_lgamma = lgamma
+lgammaf
+_lgammaf = lgammaf
 link
 _link = link
 localeconv

Regards,
Mumit


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