mirror of git://sourceware.org/git/glibc.git
Formerly m68k/fpu/atan2.c.~5~
This commit is contained in:
parent
231d75ca39
commit
c0b033d7ec
|
@ -70,5 +70,5 @@ DEFUN(atan2, (y, x), double y AND double x)
|
||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#include <sysdeps/ieee754/atan2.c>
|
#include <sysdeps/generic/atan2.c>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue