about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c')
-rw-r--r--sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c b/sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c
deleted file mode 100644
index f60b3d7bcf..0000000000
--- a/sysdeps/ieee754/ldbl-opt/w_lgamma_compatl.c
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <math_ldbl_opt.h>
-#undef weak_alias
-#define weak_alias(n,a)
-#define USE_AS_COMPAT 1
-#include <math/lgamma-compat.h>
-#undef LGAMMA_OLD_VER
-#define LGAMMA_OLD_VER LONG_DOUBLE_COMPAT_VERSION
-#include <math/w_lgamma_compatl.c>
-#if GAMMA_ALIAS
-long_double_symbol (libm, __gammal, gammal);
-#endif