int do_settimeofday64(const struct timespec64 *ts) { struct timekeeper *tk = &tk_core.timekeeper; struct timespec64 ts_delta, xt; unsigned long flags; int ret = 0;if (!timespec64_valid_settod(ts)) return -EINVAL;raw_spin_lock_irqsave(&timekeeper_lock, flags); ...
[-Werror=implicit-function-declaration] do_gettimeofday(&tv); ^~~~ do_settimeofday64 cc1: sommige waarschuwingen worden als fouten behandeld make[2]: *** [scripts/Makefile.build:277: /home/noeel/Documents/git/rts5139/rts51x_transport.o] Fout 1 make[1]: *** [Makefile:1557: _module...
函数名称: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...