- Timestamp:
- Jun 3, 2008 10:30:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c
r9240 r9369 42 42 DECLINLINE(uint64_t) rtTimeGetSystemNanoTS(void) 43 43 { 44 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 16) 44 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 16) /* This must match timer-r0drv-linux.c! */ 45 45 /* 46 46 * Use ktime_get_ts, this is also what clock_gettime(CLOCK_MONOTONIC,) is using.
Note:
See TracChangeset
for help on using the changeset viewer.