clock_adjtime (2) Linux Manual Page
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);DescriptionLinux 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 a timex structure, updates…
