delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin-developers/> |
List-Post: | <mailto:cygwin-developers AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
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 <khan AT NanoTech DOT Wisc DOT EDU> |
To: | Charles Wilson <cwilson AT ece DOT gatech DOT edu> |
cc: | cygwin-developers AT cygwin DOT com |
Subject: | Re: export signgam |
In-Reply-To: | <3B60771B.8000306@ece.gatech.edu> |
Message-ID: | <Pine.HPP.3.96.1010726153716.6934J-100000@hp2.xraylith.wisc.edu> |
MIME-Version: | 1.0 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |