From 59da9e439317c83d5374d06832060fbd66efbbbc Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 9 Jul 2018 20:54:47 +0200 Subject: sys/linux: use negative consts where useful --- sys/linux/rtc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/rtc.txt') diff --git a/sys/linux/rtc.txt b/sys/linux/rtc.txt index bc9c9d777..c537d84a6 100755 --- a/sys/linux/rtc.txt +++ b/sys/linux/rtc.txt @@ -58,4 +58,4 @@ rtc_pll_info { pll_clock intptr } -rtc_isdst = 0, 1, 0xffffffffffffffff +rtc_isdst = 0, 1, -1 -- cgit mrf-deployment