about summary refs log tree commit diff
path: root/sysdeps/generic/w_lgammal.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/w_lgammal.c')
-rw-r--r--sysdeps/generic/w_lgammal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/w_lgammal.c b/sysdeps/generic/w_lgammal.c
index 328c94e0ac..1ee51a6f49 100644
--- a/sysdeps/generic/w_lgammal.c
+++ b/sysdeps/generic/w_lgammal.c
@@ -38,7 +38,7 @@ static char rcsid[] = "$NetBSD: $";
 	return __ieee754_lgammal_r(x,&signgam);
 #else
         long double y;
-	int local_signgam;
+	int local_signgam = 0;
         y = __ieee754_lgammal_r(x,&local_signgam);
 	if (_LIB_VERSION != _ISOC_)
 	  /* ISO C99 does not define the global variable.  */