os: Change os_nanosleep parameter to int64_t

This commit is contained in:
Mateo de Mayo 2021-10-23 22:25:56 -03:00 committed by Jakob Bornecrantz
parent 86a708cee5
commit 891842cb51

View file

@ -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;