Changeset 85495 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jul 29, 2020 6:25:24 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
r85492 r85495 789 789 */ 790 790 if (offLow == offHigh) 791 return VERR_NOT_SUPPORTED; 791 { 792 rc = RTFileSeek(hFile, offOld, RTFILE_SEEK_BEGIN, NULL); 793 if (RT_SUCCESS(rc)) 794 rc = VERR_NOT_IMPLEMENTED; 795 796 return rc; 797 } 792 798 793 799 /*
Note:
See TracChangeset
for help on using the changeset viewer.