#include #include int adjtimex(struct timex *tx) { return clock_adjtime(CLOCK_REALTIME, tx); } #ifdef TEST int main(void) { return 0; } #endif