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

export signgam


It seems that some packages (especially plotutils) assume that if gamma, 
lgamma, j0, and erf all exist, then signgam does too. This breaks on 
cygwin, since signgam exists but is not exported.  However the 
assumption is not unreasonable, so here's a patch to export the symbol.

--Chuck


--- cygwin.din~	Fri Apr 27 18:24:42 2001
+++ cygwin.din	Thu Jul 26 15:40:08 2001
@@ -668,6 +668,8 @@
 _sigfillset = sigfillset
 signal
 _signal = signal
+signgam
+_signgam = signgam
 significand
 _significand = significand
 significandf

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