* do_settimeofday64 - Sets the time of day. * @ts: pointer to the timespec64 variable containing the new time * * Sets the time of day to the new time and update NTP and notify hrtimers */ intdo_settimeofday64(conststructtimespec64 *ts) ...
from /home/noeel/Documents/git/rts5139/rts51x_transport.c:36: /home/noeel/Documents/git/rts5139/rts51x.h: In functie ‘get_current_time’: /home/noeel/Documents/git/rts5139/rts51x.h:125:2: fout: implicit declaration of function ‘do_gettimeofday’; did you mean ‘do_settimeofday64...
函数名称:do_settimeofday64 - Sets the time of day.*@ts: pointer to the timespec64 variable containing the new time* Sets the time of day to the new time and update NTP and notify hrtimers 函数原型:int do_settimeofday64(const struct timespec64 *ts) 返回类型:int 参数: 类型参数名称 const...