init structure with 0 instead NULL
This commit is contained in:
parent
3f0b344a82
commit
62ef3c6793
|
|
@ -99,7 +99,7 @@ seconds(void)
|
|||
{
|
||||
#ifdef HAVE_GETRUSAGE
|
||||
int ret;
|
||||
struct rusage ruse = {{NULL, NULL}};
|
||||
struct rusage ruse = {{0, 0}};
|
||||
|
||||
#ifdef PARALLEL_ARCH
|
||||
return (TCGTIME_());
|
||||
|
|
|
|||
Loading…
Reference in New Issue