linux/tools/testing/selftests/timens
Thomas Weißschuh 1efe202228 selftests/timens: timerfd: Use correct clockid type in tclock_gettime()
tclock_gettime() is a wrapper around clock_gettime().
The first parameter of clock_gettime() is of type "clockid_t",
not "clock_t".

Use the correct type instead.

Link: https://lore.kernel.org/r/20250502-selftests-timens-fixes-v1-3-fb517c76f04d@linutronix.de
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Reviewed-by: Muhammad Usama Anjum <usama.anjum@collabora.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
2025-05-09 13:12:57 -06:00
..
.gitignore
clock_nanosleep.c selftests/timens: Make run_tests() functions static 2025-05-09 13:12:48 -06:00
config
exec.c
futex.c
gettime_perf.c
log.h
Makefile
procfs.c
timens.c
timens.h
timer.c selftests/timens: Make run_tests() functions static 2025-05-09 13:12:48 -06:00
timerfd.c selftests/timens: timerfd: Use correct clockid type in tclock_gettime() 2025-05-09 13:12:57 -06:00
vfork_exec.c