clock_adjtime (2) Linux Manual Page
NAME adjtimex, clock_adjtime, ntp_adjtime – tune kernel clock SYNOPSIS #include <sys/timex.h> int adjtimex(struct timex *buf); int clock_adjtime(clockid_t clk_id, struct timex *buf); int ntp_adjtime(struct timex *buf); DESCRIPTION Linux uses David L. Mills’ clock adjustment algorithm (see RFC 5905). The system call adjtimex() reads and optionally sets adjustment parameters for this algorithm. It takes a pointer to…
