diff options
author | Szabolcs Nagy <nsz@port70.net> | 2013-03-23 19:51:34 +0000 |
---|---|---|
committer | Szabolcs Nagy <nsz@port70.net> | 2013-04-01 16:24:12 +0000 |
commit | d4c04d1360ca0f9dfe1b8b1454f0bd1688cdc066 (patch) | |
tree | bf113a668b85fffe134fd345d09e5bed1ea624da /include/sys/timex.h | |
parent | 2e762105b7b99e258d74e3585fe36161729a2b56 (diff) | |
download | musl-d4c04d1360ca0f9dfe1b8b1454f0bd1688cdc066.tar.gz musl-d4c04d1360ca0f9dfe1b8b1454f0bd1688cdc066.tar.xz musl-d4c04d1360ca0f9dfe1b8b1454f0bd1688cdc066.zip |
add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39)
Diffstat (limited to 'include/sys/timex.h')
-rw-r--r-- | include/sys/timex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/timex.h b/include/sys/timex.h index 08f4b094..2e688880 100644 --- a/include/sys/timex.h +++ b/include/sys/timex.h @@ -36,6 +36,7 @@ struct timex { #define ADJ_STATUS 0x0010 #define ADJ_TIMECONST 0x0020 #define ADJ_TAI 0x0080 +#define ADJ_SETOFFSET 0x0100 #define ADJ_MICRO 0x1000 #define ADJ_NANO 0x2000 #define ADJ_TICK 0x4000 |