Re: [PATCH 01/11] linux/time64.h:Introduce the 'struct itimerspec64' for 64bit
From: Sergei Shtylyov <hidden>
Date: 2015-04-20 09:49:26
Also in:
linux-arch, linux-s390, lkml, netdev
From: Sergei Shtylyov <hidden>
Date: 2015-04-20 09:49:26
Also in:
linux-arch, linux-s390, lkml, netdev
Hello. On 4/20/2015 8:57 AM, Baolin Wang wrote:
This patch introduces the 'struct itimerspec64' for 64bit to replace itimerspec, and also introduces the conversion methods: itimerspec64_to_itimerspec() and itimerspec_to_itimerspec64(), that makes itimerspec to ready for 2038 year.
"To" not needed here.
Signed-off-by: Baolin Wang <redacted>
[...] WBR, Sergei