Changeset 80585 in vbox for trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
- Timestamp:
- Sep 4, 2019 2:05:50 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 133105
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/fileio-posix.cpp
r79155 r80585 670 670 671 671 672 RTR3DECL(int) RTFile GetSize(RTFILE hFile, uint64_t *pcbSize)672 RTR3DECL(int) RTFileQuerySize(RTFILE hFile, uint64_t *pcbSize) 673 673 { 674 674 /* … … 746 746 747 747 748 RTR3DECL(int) RTFile GetMaxSizeEx(RTFILE hFile, PRTFOFF pcbMax)748 RTR3DECL(int) RTFileQueryMaxSizeEx(RTFILE hFile, PRTFOFF pcbMax) 749 749 { 750 750 /*
Note:
See TracChangeset
for help on using the changeset viewer.