about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-128/s_cosl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_cosl.c')
-rw-r--r--sysdeps/ieee754/ldbl-128/s_cosl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_cosl.c b/sysdeps/ieee754/ldbl-128/s_cosl.c
index c003262ed4..ed3e77d0db 100644
--- a/sysdeps/ieee754/ldbl-128/s_cosl.c
+++ b/sysdeps/ieee754/ldbl-128/s_cosl.c
@@ -50,7 +50,7 @@
 
 _Float128 __cosl(_Float128 x)
 {
-	_Float128 y[2],z=0.0L;
+	_Float128 y[2],z=0;
 	int64_t n, ix;
 
     /* High word of x. */