diff options
Diffstat (limited to 'math/w_sqrtl_compat.c')
-rw-r--r-- | math/w_sqrtl_compat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_sqrtl_compat.c b/math/w_sqrtl_compat.c index 56627a615d..16dda403b7 100644 --- a/math/w_sqrtl_compat.c +++ b/math/w_sqrtl_compat.c @@ -16,6 +16,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ +#define NO_MATH_REDIRECT #include <math.h> #include <math_private.h> #include <math-svid-compat.h> |