mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 07:04:48 +01:00
For consistency with __vdso_clock_gettime64() there should also be a 64-bit variant of clock_getres(). This will allow the extension of CONFIG_COMPAT_32BIT_TIME to the vDSO and finally the removal of 32-bit time types from the kernel and UAPI. Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@kernel.org> Link: https://patch.msgid.link/20251223-vdso-compat-time32-v1-9-97ea7a06a543@linutronix.de |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| config-n32-o32-env.c | ||
| elf.S | ||
| genvdso.c | ||
| genvdso.h | ||
| Kconfig | ||
| Makefile | ||
| sigreturn.S | ||
| vdso.lds.S | ||
| vgettimeofday.c | ||