mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +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
|
||||
*/
|
||||
static inline void
|
||||
os_nanosleep(int32_t nsec)
|
||||
os_nanosleep(int64_t nsec)
|
||||
{
|
||||
#if defined(XRT_OS_LINUX)
|
||||
struct timespec spec;
|
||||
|
|
Loading…
Reference in a new issue