]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Formerly m68k/fpu/atan2.c.~5~
authorRoland McGrath <roland@gnu.org>
Fri, 16 Oct 1992 21:31:28 +0000 (21:31 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 16 Oct 1992 21:31:28 +0000 (21:31 +0000)
sysdeps/m68k/fpu/atan2.c

index 7860178216a2e414fa27ef41f6bbae43be96caf8..ee7741f66e5bf501c85137d279c7fc14b5139cde 100644 (file)
@@ -70,5 +70,5 @@ DEFUN(atan2, (y, x), double y AND double x)
 }
 
 #else
-#include <sysdeps/ieee754/atan2.c>
+#include <sysdeps/generic/atan2.c>
 #endif