Dmitry V. Levin
632cc8a697
* tests/waitid-v.c (VERBOSE_RUSAGE): Remove. (VERBOSE): Define to 1. * tests/waitid.c (sprint_rusage): Check VERBOSE instead of VERBOSE_RUSAGE.
4 lines
87 B
C
4 lines
87 B
C
/* This file is part of waitid-v strace test. */
|
|
#define VERBOSE 1
|
|
#include "waitid.c"
|