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