]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_exp2.c
Moved to csu/errno-loc.c.
[thirdparty/glibc.git] / math / w_exp2.c
similarity index 97%
rename from sysdeps/generic/w_exp2.c
rename to math/w_exp2.c
index ccf6a1cd6a52062d45a183a2ea1d8a79f7d1dcf7..446e5ea91cb29d85b9d8062cd956d8844b3feaf9 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #include <float.h>
-#include "math.h"
+#include <math.h>
 #include "math_private.h"
 
 static const double o_threshold= (double) DBL_MAX_EXP;