Re: [PATCH v3 11/22] posix-timers:Convert to the 64bit methods for the clock_gettime syscall function

From: Thomas Gleixner
Date: Tue May 12 2015 - 11:08:06 EST


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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/