diff options
author | Ulrich Drepper <drepper@redhat.com> | 1996-09-21 12:41:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1996-09-21 12:41:17 +0000 |
commit | 8de8ca1b9429b95aab124e2351d0c45fcf2a369e (patch) | |
tree | 273636c529064078c82a4c80b74450f39670b09a /sysdeps/m68k/fpu/e_atan2l.c | |
parent | c55698973e31ea5ea2ecddafb5821984343b96d0 (diff) | |
download | glibc-8de8ca1b9429b95aab124e2351d0c45fcf2a369e.tar glibc-8de8ca1b9429b95aab124e2351d0c45fcf2a369e.tar.gz glibc-8de8ca1b9429b95aab124e2351d0c45fcf2a369e.tar.bz2 glibc-8de8ca1b9429b95aab124e2351d0c45fcf2a369e.zip |
Why are these removed?
Diffstat (limited to 'sysdeps/m68k/fpu/e_atan2l.c')
-rw-r--r-- | sysdeps/m68k/fpu/e_atan2l.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/e_atan2l.c b/sysdeps/m68k/fpu/e_atan2l.c new file mode 100644 index 0000000000..0d43a77b9e --- /dev/null +++ b/sysdeps/m68k/fpu/e_atan2l.c @@ -0,0 +1,2 @@ +#define FUNC __ieee754_atan2l +#include <e_fmodl.c> |