diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-07-09 20:54:47 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-07-09 20:54:47 +0200 |
| commit | 59da9e439317c83d5374d06832060fbd66efbbbc (patch) | |
| tree | 65b1b18119198a4df79828f81da6b2bab313e8a5 /sys/linux/rtc.txt | |
| parent | 710eefe85a976c438da255499fbefd1a6c989ef6 (diff) | |
sys/linux: use negative consts where useful
Diffstat (limited to 'sys/linux/rtc.txt')
| -rwxr-xr-x | sys/linux/rtc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
