summaryrefslogtreecommitdiff
path: root/libm/w_cabs.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-17 00:01:09 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-17 00:01:09 +0000
commit9cc29786d72e56085fc61473bd51e8829dc17bad (patch)
treecfb416a7cd67c563d31aae44b949427dee97dfdc /libm/w_cabs.c
parent3f87a95da89a18c428efbeb67268b5201da89281 (diff)
All math related relocs gone
Diffstat (limited to 'libm/w_cabs.c')
-rw-r--r--libm/w_cabs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libm/w_cabs.c b/libm/w_cabs.c
index 6743146c6..485e120db 100644
--- a/libm/w_cabs.c
+++ b/libm/w_cabs.c
@@ -8,6 +8,8 @@
#include <complex.h>
#include <math.h>
+libm_hidden_proto(hypot)
+
double cabs(double _Complex z)
{
return hypot(__real__ z, __imag__ z);