On Tuesday 28 April 2015 16:05:46 Baolin Wang wrote:
This patch introduces the new methods with timespec64 type for k_clcok structure,
k_clock
converts the timepsec type to timespec64 type in k_clock structure and converts
timespec
the itimerspec type to itimerspec64 type to ready for 2038 issue.
And also split out the guts of the syscall and change the syscall implementation for the preparatory work in posix-timer.c file.
You are now doing two independent things in one patch, which means it would be better to do two patches instead. The changes otherwise look good by themselves.
Arnd