From 841081c9f2b3f3e8644452ca852c4e363f6becff Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 23 Jan 2001 19:56:14 +0000 Subject: 2001-01-23 Jeff Johnston * libc/include/math.h (signgam): Changed to a macro refering to its location in the reentrant structure. --- newlib/libc/include/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include/math.h') diff --git a/newlib/libc/include/math.h b/newlib/libc/include/math.h index f092aff19..fe57b1b58 100644 --- a/newlib/libc/include/math.h +++ b/newlib/libc/include/math.h @@ -186,7 +186,7 @@ extern float dremf _PARAMS((float, float)); /* The gamma functions use a global variable, signgam. */ -extern __IMPORT int signgam; +#define signgam (_impure_ptr->_new._reent._gamma_signgam) /* The exception structure passed to the matherr routine. */ -- cgit v1.2.3