/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VDSO_TIME32_H #define __VDSO_TIME32_H old_time32_t; struct old_timespec32 { … }; struct old_timeval32 { … }; #endif /* __VDSO_TIME32_H */
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __VDSO_TIME32_H #define __VDSO_TIME32_H old_time32_t; struct old_timespec32 { … }; struct old_timeval32 { … }; #endif /* __VDSO_TIME32_H */