Re: [PATCH v9 8/8] Add 32 bit VDSO time support for 64 bit kernel

From: H. Peter Anvin
Date: Sun Feb 02 2014 - 17:27:39 EST


On 02/02/2014 01:41 PM, stefani@xxxxxxxxxxx wrote:
> +
> +struct api_timespec {
> + long tv_sec; /* seconds */
> + long tv_nsec; /* microseconds */
> +};
> +

/* nanoseconds */ ;)

-hpa

--
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/