This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 19/19] y2038: use __kernel_timespec in sys_sched_rr_get_interval


On Wed, 6 May 2015, Arnd Bergmann wrote:

> sys_sched_rr_get_interval is easily converted to use __kernel_timespec,
> by changing the function prototype. In order to allow compat handling
> on 32-bit architectures, we also move compat_sys_sched_getaffinity
> into the same file and unify the implementation, which avoids converting
> the structure multiple times.
> 
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>

Reviewed-by: Thomas Gleixner <tglx@linutronix.de>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]