#include #include int adjtimex(struct timex *tx) { return clock_adjtime(CLOCK_REALTIME, tx); }