mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +00:00
os: Change os_nanosleep parameter to int64_t
This commit is contained in:
parent
86a708cee5
commit
891842cb51
|
@ -69,7 +69,7 @@ extern "C" {
|
||||||
* @ingroup aux_os_time
|
* @ingroup aux_os_time
|
||||||
*/
|
*/
|
||||||
static inline void
|
static inline void
|
||||||
os_nanosleep(int32_t nsec)
|
os_nanosleep(int64_t nsec)
|
||||||
{
|
{
|
||||||
#if defined(XRT_OS_LINUX)
|
#if defined(XRT_OS_LINUX)
|
||||||
struct timespec spec;
|
struct timespec spec;
|
||||||
|
|
Loading…
Reference in a new issue