]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_acoshf.c
Moved to csu/errno-loc.c.
[thirdparty/glibc.git] / math / w_acoshf.c
similarity index 98%
rename from sysdeps/generic/w_acoshf.c
rename to math/w_acoshf.c
index f701983dc24608e1022ad32e7773b814dcbc575a..62f94b80e7a10f66181ce5f384f709aaad3adf18 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: w_acoshf.c,v 1.3 1995/05/10 20:48:33 jtc Exp $";
  * wrapper acoshf(x)
  */
 
-#include "math.h"
+#include <math.h>
 #include "math_private.h"
 
 #ifdef __STDC__