This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 16/19] y2038: use __kernel_timespec in sys_rt_sigtimedwait
- From: Thomas Gleixner <tglx at linutronix dot de>
- To: Arnd Bergmann <arnd at arndb dot de>
- Cc: y2038 at lists dot linaro dot org, baolin dot wang at linaro dot org, albert dot aribaud at 3adev dot fr, John Stultz <john dot stultz at linaro dot org>, bamvor dot zhangjian at linaro dot org, ruchandani dot tina at gmail dot com, linux-api at vger dot kernel dot org, LKML <linux-kernel at vger dot kernel dot org>, libc-alpha at sourceware dot org, Oleg Nesterov <oleg at redhat dot com>
- Date: Tue, 19 May 2015 11:28:25 +0200 (CEST)
- Subject: Re: [PATCH 16/19] y2038: use __kernel_timespec in sys_rt_sigtimedwait
- Authentication-results: sourceware.org; auth=none
- References: <1430929826-318934-1-git-send-email-arnd at arndb dot de> <1430929826-318934-17-git-send-email-arnd at arndb dot de>
On Wed, 6 May 2015, Arnd Bergmann wrote:
> This is a straightforward conversion of the native and compat
> sys_rt_sigtimedwait functions to use __kernel_timespec, so
> 32-bit user space can pass a 64-bit time_t into the native
> syscall and use the compat syscall for the traditional 32-bit
> time_t.
>
> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>