#include #include "syscall.h" int adjtimex(struct timex *tx) { return syscall(SYS_adjtimex, tx); }