]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_j0.c
Moved to csu/errno-loc.c.
[thirdparty/glibc.git] / math / w_j0.c
similarity index 98%
rename from sysdeps/generic/w_j0.c
rename to math/w_j0.c
index 5a018760bb98d919c48c0c3e0c5ee8a7af3f9bfd..5ab3544aa7a9ec8bda5b0239b3ee738236fe0cc7 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid[] = "$NetBSD: w_j0.c,v 1.6 1995/05/10 20:49:11 jtc Exp $";
  * wrapper j0(double x), y0(double x)
  */
 
-#include "math.h"
+#include <math.h>
 #include "math_private.h"
 
 #ifdef __STDC__