2c2
< * Copyright (c) 2010, 2011-2012 ARM Limited
---
> * Copyright (c) 2010, 2011-2012, 2015 ARM Limited
110a111,115
> struct timespec {
> int32_t tv_sec; //!< seconds
> int32_t tv_nsec; //!< nanoseconds
> };
>
299a305,309
> struct timespec {
> int64_t tv_sec; //!< seconds
> int64_t tv_nsec; //!< nanoseconds
> };
>