]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - math/w_sinhl.c
Moved to csu/errno-loc.c.
[thirdparty/glibc.git] / math / w_sinhl.c
similarity index 98%
rename from sysdeps/generic/w_sinhl.c
rename to math/w_sinhl.c
index 3e93cc598d38a4b2a83358410e4b77b93a293e22..19eb774d64e2024da83703f0101baf506df9b56a 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid[] = "$NetBSD: $";
  * wrapper sinhl(x)
  */
 
-#include "math.h"
+#include <math.h>
 #include "math_private.h"
 
 #ifdef __STDC__