On 12 May 2015 at 23:08, Thomas Gleixner <[email protected]> wrote: > On Mon, 11 May 2015, Baolin Wang wrote: > > +static int default_clock_get64(const clockid_t which_clock, > > + struct timespec64 *tp64) > > +{ > > + struct k_clock *kc = clockid_to_kclock(which_clock); > > + struct timespec tp; > > + > > + kc->clock_get(which_clock, &tp); > > + return 0; > > Sigh. >
Please see the new email for fixing these default function, Sorry for the another email for reorder the patch. Thanks. -- Baolin.wang Best Regards _______________________________________________ Y2038 mailing list [email protected] https://lists.linaro.org/mailman/listinfo/y2038
