1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-02 16:01:20 +03:00
* sysdeps/ieee754/dbl-64/uroot.h: Add missing braces arount
	initializers.
	* sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Likewise.

	* elf/rtld.c (print_statistics)[!HP_TIMING_NONAVAIL]: Avoid
	warning about unused variable.
This commit is contained in:
Andreas Jaeger
2001-04-02 11:26:16 +00:00
parent 9bd7752356
commit f457369d01
4 changed files with 13 additions and 6 deletions

View File

@@ -1477,8 +1477,8 @@ process_envvars (enum mode *modep)
static void
print_statistics (void)
{
char buf[200];
#ifndef HP_TIMING_NONAVAIL
char buf[200];
char *cp;
char *wp;