f209440b
1 2 3 4 5 6 7
#include <sys/timex.h> #include "syscall.h" int adjtimex(struct timex *tx) { return syscall(SYS_adjtimex, tx); }