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