blob: e9d727cf3af40caf6859a21694ff451148a9b576 [file] [log] [blame]
#include <sys/timex.h>
#include <time.h>
int adjtimex(struct timex *tx)
{
return clock_adjtime(CLOCK_REALTIME, tx);
}