2001-01-23 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h (signgam): Changed to a macro refering to
        its location in the reentrant structure.
			
			
This commit is contained in:
		| @@ -1,3 +1,8 @@ | ||||
| 2001-01-23  Jeff Johnston  <jjohnstn@redhat.com> | ||||
|  | ||||
| 	* libc/include/math.h (signgam): Changed to a macro refering to | ||||
| 	its location in the reentrant structure. | ||||
|  | ||||
| 2001-01-23  Jeff Johnston  <jjohnstn@redhat.com> | ||||
|  | ||||
| 	* libc/stdio/vfprintf.c (_VFPRINTF_R): Modification to fix | ||||
|   | ||||
| @@ -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.  */ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user