blob: d741f66bcdfaf056a7f0efb1ae51377c12ac4e53 [file] [log] [blame]
#include <sys/time.h>
#include "syscall.h"
int settimeofday(const struct timeval *tv, void *tz)
{
return syscall(SYS_settimeofday, tv, 0);
}