mirror of
https://github.com/apache/nuttx.git
synced 2026-08-12 07:55:32 +00:00
clock_systime_timespec() always returns 0, so there is no need to check the return value in the caller code, let us remove the return value directly. Signed-off-by: chao an <anchao.archer@bytedance.com> |
||
|---|---|---|
| .. | ||
| clock.c | ||
| clock.h | ||
| clock_adjtime.c | ||
| clock_gettime.c | ||
| clock_initialize.c | ||
| clock_perf.c | ||
| clock_realtime2absticks.c | ||
| clock_settime.c | ||
| clock_systime_ticks.c | ||
| clock_systime_timespec.c | ||
| clock_timekeeping.c | ||
| clock_timekeeping.h | ||
| CMakeLists.txt | ||
| delay.c | ||
| Make.defs | ||