blob: c74a1e8490acbc35fc25af7eb1a06487e98d5612 [file] [log] [blame]
#include <sys/timex.h>
#include "syscall.h"
int adjtimex(struct timex* tx) {
return syscall(SYS_adjtimex, tx);
}