blob: 06c7401e9faa52509d98f2b06804a7202d8821cb [file] [log] [blame]
#include <sys/timex.h>
#include "syscall.h"
int clock_adjtime(clockid_t clock_id, struct timex* utx) {
return syscall(SYS_clock_adjtime, clock_id, utx);
}