[PATCH v2 01/15] linux/time64.h:Introduce the 'struct itimerspec64' for 64bit

2015-04-30 Thread Baolin Wang
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 ready for 2038 year. Signed-off-by: Baolin Wang --- include/linux/time64.h | 35

[PATCH v2 01/15] linux/time64.h:Introduce the 'struct itimerspec64' for 64bit

2015-04-30 Thread Baolin Wang
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 ready for 2038 year. Signed-off-by: Baolin Wang baolin.w...@linaro.org ---