Moved to csu/errno-loc.c.
[platform/upstream/linaro-glibc.git] / math / w_exp2f.c
similarity index 97%
rename from sysdeps/generic/w_exp2f.c
rename to math/w_exp2f.c
index 13cfc9a..9120c88 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #include <float.h>
-#include "math.h"
+#include <math.h>
 #include "math_private.h"
 
 static const float o_threshold= (float) FLT_MAX_EXP;