]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_powl.c
Moved to csu/errno-loc.c.
[thirdparty/glibc.git] / math / w_powl.c
similarity index 98%
rename from sysdeps/generic/w_powl.c
rename to math/w_powl.c
index 17feb9fc61661d7ae7759a4bd5a1ba30ea15381c..d8be7b7b03fe4a02e287afc5cc32d4ab7eaf0ef5 100644 (file)
@@ -18,7 +18,7 @@
  * wrapper powl(x,y) return x**y
  */
 
-#include "math.h"
+#include <math.h>
 #include "math_private.h"