Dmitry V. Levin
a392aaa796
* tests/ioctl_rtc-v.c (VERBOSE_IOCTL): Remove. (VERBOSE): Define to 1. * tests/ioctl_rtc.c (print_rtc_time): Check VERBOSE instead of VERBOSE_IOCTL.
4 lines
93 B
C
4 lines
93 B
C
/* This file is part of ioctl_rtc-v strace test. */
|
|
#define VERBOSE 1
|
|
#include "ioctl_rtc.c"
|