/usr/src/linux-headers-5.15.0-190/include/vdso
NameSizeModeActions
bits.h1710644editdlrm
clocksource.h4790644editdlrm
const.h1960644editdlrm
datapage.h42190644editdlrm
helpers.h12990644editdlrm
jiffies.h2980644editdlrm
ktime.h4540644editdlrm
limits.h5640644editdlrm
math64.h4680644editdlrm
processor.h2510644editdlrm
time.h1900644editdlrm
time32.h2740644editdlrm
time64.h4260644editdlrm
vsyscall.h2880644editdlrm
Edit: /usr/src/linux-headers-5.15.0-190/include/vdso/time32.h (274B)
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VDSO_TIME32_H #define __VDSO_TIME32_H typedef s32 old_time32_t; struct old_timespec32 { old_time32_t tv_sec; s32 tv_nsec; }; struct old_timeval32 { old_time32_t tv_sec; s32 tv_usec; }; #endif /* __VDSO_TIME32_H */