Changeset 8707
- Timestamp:
- 05/08/08 15:36:09 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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;

