Changeset 100191 in vbox for trunk/src/VBox/Runtime/r3
- Timestamp:
- Jun 16, 2023 8:04:11 AM (23 months ago)
- svn:sync-xref-src-repo-rev:
- 157897
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/allocex-r3-posix.cpp
r98103 r100191 102 102 return VINF_SUCCESS; 103 103 } 104 # else 105 RT_NOREF(fProt, cbAlloc, ppv); 104 106 # endif 105 107 … … 108 110 * /proc/curproc/mmap right now... */ 109 111 #else 112 RT_NOREF(fProt, cbAlloc, ppv); 110 113 #endif 111 114 return VERR_NOT_SUPPORTED;
Note:
See TracChangeset
for help on using the changeset viewer.