Changeset 8707 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 8, 2008 1:36:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/semeventmulti-linux.cpp
r8245 r8707 232 232 if (rc == -ETIMEDOUT) 233 233 { 234 /** @something is broken here. shows up every now and again in the ata code. Should try to run the timeout against RTTimeMilliTS to check that it's doing the right thing... */ 234 235 Assert(pTimeout); 235 236 return VERR_TIMEOUT;
Note:
See TracChangeset
for help on using the changeset viewer.