Changeset 13858 in vbox for trunk/src/VBox/HostDrivers/Support/darwin
- Timestamp:
- Nov 5, 2008 1:45:41 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPLib-darwin.cpp
r13837 r13858 271 271 272 272 273 int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction )273 int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction, unsigned idCpu) 274 274 { 275 275 int rc = ioctl(pThis->hDevice, uFunction, NULL);
Note:
See TracChangeset
for help on using the changeset viewer.