Changeset 69986 in vbox
- Timestamp:
- Dec 7, 2017 3:46:42 PM (7 years ago)
- Location:
- trunk/src/VBox/Runtime/r3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/posix/serialport-posix.cpp
r69908 r69986 473 473 #endif 474 474 475 RTThreadUserSignal(hThreadSelf); 476 475 477 int rcPsx = ioctl(pThis->iFd, TIOCMGET, &fStsLinesOld); 476 478 if (rcPsx == -1) … … 644 646 fPsxFlags |= O_RDWR; 645 647 648 pThis->u32Magic = RTSERIALPORT_MAGIC; 646 649 pThis->fOpenFlags = fFlags; 647 650 pThis->fEvtsPending = 0; -
trunk/src/VBox/Runtime/r3/win/serialport-win.cpp
r69982 r69986 238 238 if (pThis) 239 239 { 240 pThis->u32Magic = RTSERIALPORT_MAGIC; 240 241 pThis->fOpenFlags = fFlags; 241 242 pThis->fEvtMask = 0;
Note:
See TracChangeset
for help on using the changeset viewer.