Browse Source

Why are these removed?

cvs/thomas-posix1996
Ulrich Drepper 30 years ago
parent
commit
8de8ca1b94
  1. 2
      sysdeps/m68k/fpu/e_atan2.c
  2. 2
      sysdeps/m68k/fpu/e_atan2f.c
  3. 2
      sysdeps/m68k/fpu/e_atan2l.c

2
sysdeps/m68k/fpu/e_atan2.c

@ -0,0 +1,2 @@
#define FUNC __ieee754_atan2
#include <e_fmod.c>

2
sysdeps/m68k/fpu/e_atan2f.c

@ -0,0 +1,2 @@
#define FUNC __ieee754_atan2f
#include <e_fmodf.c>

2
sysdeps/m68k/fpu/e_atan2l.c

@ -0,0 +1,2 @@
#define FUNC __ieee754_atan2l
#include <e_fmodl.c>
Loading…
Cancel
Save