summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/carg.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 16:47:27 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 16:47:27 +0000
commit075f984a3aa393417f049bddd5afcee83396dde0 (patch)
tree62170b965c34ed46b18567ceb847141d3aac15ef /sysdeps/ieee754/ldbl-opt/carg.c
parent64c3bdb6f9bb3e5ebd004acf08d89371f4c0d26e (diff)
parent963c37d5c0eb62b38f8764b23931c0dcdd497a13 (diff)
Merge commit 'refs/top-bases/t/ifaddrs_v6' into t/ifaddrs_v6t/ifaddrs_v6
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/carg.c')
-rw-r--r--sysdeps/ieee754/ldbl-opt/carg.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/carg.c b/sysdeps/ieee754/ldbl-opt/carg.c
deleted file mode 100644
index 2ed358113c..0000000000
--- a/sysdeps/ieee754/ldbl-opt/carg.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <complex.h>
-#include <math_ldbl_opt.h>
-#include <math/carg.c>
-#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1)
-compat_symbol (libm, __carg, cargl, GLIBC_2_1);
-#endif