mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
Update.
* 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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user