mirror of
https://github.com/apache/nuttx.git
synced 2026-05-18 08:54:05 +08:00
2529f371ee
make the clock_getres pass the ltp/open_posix_testsuite/clock_getres testcases, posix has no explain about clockid_t type, referrence linux: https://github.com/torvalds/linux/blob/858fd168a95c5b9669aac8db6c14a9aeab446375/include/linux/types.h#L27 and https://github.com/torvalds/linux/blob/858fd168a95c5b9669aac8db6c14a9aeab446375/include/uapi/asm-generic/posix_types.h#L96 Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>