• B
    time: Introduce struct itimerspec64 · 19a46fe5
    Baolin Wang 提交于
    The struct itimerspec is not year 2038 safe on 32bit systems due to
    the limitation of the struct timespec members. Introduce itimerspec64
    which uses struct timespec64 instead and provide conversion functions.
    
    Cc: Prarit Bhargava <prarit@redhat.com>
    Cc: Richard Cochran <richardcochran@gmail.com>
    Cc: Ingo Molnar <mingo@kernel.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Signed-off-by: NBaolin Wang <baolin.wang@linaro.org>
    Signed-off-by: NJohn Stultz <john.stultz@linaro.org>
    19a46fe5
time64.h 5.7 KB