Changeset 43559 in vbox
- Timestamp:
- Oct 8, 2012 5:21:36 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/semmutex-posix.cpp
r43558 r43559 275 275 else 276 276 { 277 struct timespec ts = {0,0}; 277 278 #if defined(RT_OS_DARWIN) || defined(RT_OS_HAIKU) 278 279 279 struct timespec ts = {0,0};280 280 struct timeval tv = {0,0}; 281 281 gettimeofday(&tv, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.