Changeset 83484 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Mar 30, 2020 2:37:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/time-r0drv-linux.c
r83471 r83484 195 195 # ifdef _LINUX_TIME64_H 196 196 return RTTimeSpecSetTimespec64(pTime, &Ts); 197 # else197 # else 198 198 return RTTimeSpecSetTimespec(pTime, &Ts); 199 # endif199 # endif 200 200 #else /* < 2.6.16 */ 201 201 struct timeval Tv;
Note:
See TracChangeset
for help on using the changeset viewer.