summaryrefslogtreecommitdiff
path: root/libm/w_cabs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libm/w_cabs.c')
-rw-r--r--libm/w_cabs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libm/w_cabs.c b/libm/w_cabs.c
index d2a54cd9f..4044f4bff 100644
--- a/libm/w_cabs.c
+++ b/libm/w_cabs.c
@@ -8,7 +8,6 @@
#include <complex.h>
#include <math.h>
-
double cabs(double _Complex z)
{
return hypot(__real__ z, __imag__ z);