The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

os: Change os_nanosleep parameter to int64_t

authored by

Mateo de Mayo and committed by
Jakob Bornecrantz
891842cb 86a708ce

+1 -1
+1 -1
src/xrt/auxiliary/os/os_time.h
··· 69 69 * @ingroup aux_os_time 70 70 */ 71 71 static inline void 72 - os_nanosleep(int32_t nsec) 72 + os_nanosleep(int64_t nsec) 73 73 { 74 74 #if defined(XRT_OS_LINUX) 75 75 struct timespec spec;