diff options
Diffstat (limited to 'sysdeps/alpha/__math.h')
-rw-r--r-- | sysdeps/alpha/__math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/alpha/__math.h b/sysdeps/alpha/__math.h index 9aea9d7097..50d8ac3b0a 100644 --- a/sysdeps/alpha/__math.h +++ b/sysdeps/alpha/__math.h @@ -46,7 +46,7 @@ extern __inline double cabs (struct __cabs_complex __z) { extern double __hypot (double, double); - return __hypot(__z.__x, __z.__y); + return __hypot(__z.x, __z.y); } #endif |