]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_exp2l.c
Moved to csu/errno-loc.c.
[thirdparty/glibc.git] / math / w_exp2l.c
similarity index 97%
rename from sysdeps/generic/w_exp2l.c
rename to math/w_exp2l.c
index f492301223f387ce9b053ee944f5e7722f705d78..fea5425ac462b7809bf89044eb64cee39c54df0d 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;