mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
Why are these removed?
This commit is contained in:
parent
22a45bf1a8
commit
69e4430b4d
2
sysdeps/m68k/fpu/e_atan2.c
Normal file
2
sysdeps/m68k/fpu/e_atan2.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define FUNC __ieee754_atan2
|
||||
#include <e_fmod.c>
|
2
sysdeps/m68k/fpu/e_atan2f.c
Normal file
2
sysdeps/m68k/fpu/e_atan2f.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define FUNC __ieee754_atan2f
|
||||
#include <e_fmodf.c>
|
2
sysdeps/m68k/fpu/e_atan2l.c
Normal file
2
sysdeps/m68k/fpu/e_atan2l.c
Normal file
@ -0,0 +1,2 @@
|
||||
#define FUNC __ieee754_atan2l
|
||||
#include <e_fmodl.c>
|
Loading…
Reference in New Issue
Block a user