]> sourceware.org Git - newlib-cygwin.git/blobdiff - newlib/libc/include/math.h
2001-01-23 Jeff Johnston <jjohnstn@redhat.com>
[newlib-cygwin.git] / newlib / libc / include / math.h
index fe57b1b58c14560759c05f8f335fc3796d15b67c..f092aff19facee5f27f014d242568470c87ce89a 100644 (file)
@@ -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.  */
 
This page took 0.02398 seconds and 5 git commands to generate.