The open source OpenXR runtime

a/os: Define OS_NS_PER_USEC on all platforms

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2482>

authored by

Beyley Cardellio and committed by
Marge Bot
6f824b5f 4bc7b3cc

+1 -2
+1 -2
src/xrt/auxiliary/os/os_time.h
··· 275 275 } 276 276 #endif // XRT_HAVE_TIMESPEC 277 277 278 + #define OS_NS_PER_USEC (1000) 278 279 279 280 #if defined(XRT_HAVE_TIMEVAL) && defined(XRT_OS_LINUX) 280 - 281 - #define OS_NS_PER_USEC (1000) 282 281 283 282 static inline int64_t 284 283 os_timeval_to_ns(struct timeval *val)