From cb6a88484ce0b5ffba2fe98a40e2d51f4af92eb8 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 25 Feb 2006 04:03:33 +0000 Subject: Merge from trunk. Going pretty good so far. Kind of. Okay, not really. --- libm/w_cabs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libm/w_cabs.c') 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 #include +libm_hidden_proto(hypot) + double cabs(double _Complex z) { return hypot(__real__ z, __imag__ z); -- cgit v1.2.3