Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com X-Authentication-Warning: hp2.xraylith.wisc.edu: khan owned process doing -bs Date: Thu, 26 Jul 2001 15:38:58 -0500 (CDT) From: Mumit Khan To: Charles Wilson cc: cygwin-developers AT cygwin DOT com Subject: Re: export signgam In-Reply-To: <3B60771B.8000306@ece.gatech.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 26 Jul 2001, Charles Wilson wrote: > signgam is a global variable; math.h #defines it as > #define signgam (*__signgam()) It's a field in the _reent struct. I sent a workaround a while back, and you could use that as a starting point. One way to do this uniformly is to export __reent from Cygwin (alias to reent_data or whatever it is called), and then define signgam in math.h without having to worry about whether it's Cygwin or not. Mumit