gettime: add support for CLOCK_MONOTONIC_RAW
authorSteven Noonan <steven@uplinklabs.net>
Fri, 1 May 2015 19:31:44 +0000 (12:31 -0700)
committerJens Axboe <axboe@fb.com>
Fri, 1 May 2015 23:19:27 +0000 (17:19 -0600)
commitc544f6047b8b6f238a453e95e45644434887958d
treed382ff18e9ec201c67cba66552997cd58f281a71
parent26e616d054f238bf6b7ada351e17b72fdfbbb8e0
gettime: add support for CLOCK_MONOTONIC_RAW

The clock CLOCK_MONOTONIC_RAW (introduced in Linux 2.6.28) is similar to
CLOCK_MONOTONIC except that it is not subject to NTP adjustments or incremental
adjustments performed by adjtime().

Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Signed-off-by: Jens Axboe <axboe@fb.com>
configure
gettime.c