hc
2023-11-06 15ade055295d13f95d49e3d99b09f3bbfb4a43e7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __VDSO_TIME32_H
#define __VDSO_TIME32_H
 
/*
 * New aliases for compat time functions. These will be used to replace
 * the compat code so it can be shared between 32-bit and 64-bit builds
 * both of which provide compatibility with old 32-bit tasks.
 */
#define old_time32_t        compat_time_t
#define old_timeval32        compat_timeval
#define old_timespec32        compat_timespec
 
#endif /* __VDSO_TIME32_H */