Changeset 79953 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 24, 2019 11:24:43 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/linux/ioqueue-iouringfile-provider.cpp
r79949 r79953 533 533 if (RT_SUCCESS(rc)) 534 534 { 535 int rcLnx = close(iFdIoCtx); Assert(!rcLnx); 535 int rcLnx = close(iFdIoCtx); Assert(!rcLnx); RT_NOREF(rcLnx); 536 536 return true; 537 537 }
Note:
See TracChangeset
for help on using the changeset viewer.