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