OSDN Git Service

Config.in: don't attempt to disable lt.old automatically, just have the user get...
[uclinux-h8/uClibc.git] / libm / w_cabs.c
index 6743146..4044f4b 100644 (file)
@@ -12,3 +12,4 @@ double cabs(double _Complex z)
 {
        return hypot(__real__ z, __imag__ z);
 }
+libm_hidden_def(cabs)