Changeset 96079 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Aug 6, 2022 1:58:44 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/darwin/fileio-r0drv-darwin.cpp
r93115 r96079 81 81 RTDECL(int) RTFileOpen(PRTFILE phFile, const char *pszFilename, uint64_t fOpen) 82 82 { 83 AssertReturn(!(fFlags & RTFILE_O_TEMP_AUTO_DELETE), VERR_NOT_SUPPORTED); 84 83 85 RTFILEINT *pThis = (RTFILEINT *)RTMemAllocZ(sizeof(*pThis)); 84 86 if (!pThis)
Note:
See TracChangeset
for help on using the changeset viewer.