summaryrefslogtreecommitdiff
path: root/libc/sysdeps/ieee754/ldbl-wrap/e_asinl.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/ieee754/ldbl-wrap/e_asinl.c')
-rw-r--r--libc/sysdeps/ieee754/ldbl-wrap/e_asinl.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/libc/sysdeps/ieee754/ldbl-wrap/e_asinl.c b/libc/sysdeps/ieee754/ldbl-wrap/e_asinl.c
deleted file mode 100644
index 71ee4f95f..000000000
--- a/libc/sysdeps/ieee754/ldbl-wrap/e_asinl.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "ldbl-wrap.h"
-
-wrap_type_t WRAP_FUNC (__ieee754_asin) (wrap_type_t);
-
-long double
-__ieee754_asinl (long double x)
-{
- return (long double) WRAP_FUNC (__ieee754_asin) ((wrap_type_t) x);
-}