Changeset 104848 in vbox for trunk/src/VBox/Runtime/r0drv/haiku
- Timestamp:
- Jun 5, 2024 9:38:20 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/haiku/memobj-r0drv-haiku.c
r100357 r104848 685 685 } 686 686 687 688 DECLHIDDEN(int) rtR0MemObjNativeZeroInitWithoutMapping(PRTR0MEMOBJINTERNAL pMem) 689 { 690 RT_NOREF(pMem); 691 return VERR_NOT_IMPLEMENTED; 692 } 693
Note:
See TracChangeset
for help on using the changeset viewer.