[PATCH v5 04/24] time: Introduce do_sys_settimeofday64()

2015-06-12 Thread Baolin Wang
Due to the do_sys_settimeofday() with timespec type is not year 2038 safe on 32bit systems, and it should introduce the do_sys_settimeofday64() function with timespec64 type to make it is ready for 2038 issue. For removing the old do_sys_settimeofday() function with timespec type conveniently in

[PATCH v5 04/24] time: Introduce do_sys_settimeofday64()

2015-06-12 Thread Baolin Wang
Due to the do_sys_settimeofday() with timespec type is not year 2038 safe on 32bit systems, and it should introduce the do_sys_settimeofday64() function with timespec64 type to make it is ready for 2038 issue. For removing the old do_sys_settimeofday() function with timespec type conveniently in