2001-01-23 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h (signgam): Regress previous fix as it does not handle programs with extern int signgam in them.
This commit is contained in:
parent
841081c9f2
commit
3643210e24
|
@ -1,3 +1,8 @@
|
|||
2001-01-23 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/include/math.h (signgam): Regress previous fix as
|
||||
it does not handle programs with extern int signgam in them.
|
||||
|
||||
2001-01-23 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* libc/include/math.h (signgam): Changed to a macro refering to
|
||||
|
|
|
@ -186,7 +186,7 @@ extern float dremf _PARAMS((float, float));
|
|||
|
||||
/* The gamma functions use a global variable, signgam. */
|
||||
|
||||
#define signgam (_impure_ptr->_new._reent._gamma_signgam)
|
||||
extern __IMPORT int signgam;
|
||||
|
||||
/* The exception structure passed to the matherr routine. */
|
||||
|
||||
|
|
Loading…
Reference in New Issue