Changeset 19894 in vbox
- Timestamp:
- May 21, 2009 3:52:49 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/HostDrivers/Support/SUPLibSem.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLibSem.cpp
r19892 r19894 67 67 AssertReturn(Req.u.In.hSem == hSem, VERR_INVALID_HANDLE); 68 68 Req.u.In.uOp = uOp; 69 Req.u.In.cMillies = 0;69 Req.u.In.cMillies = cMillies; 70 70 int rc = suplibOsIOCtl(&g_supLibData, SUP_IOCTL_SEM_OP, &Req, sizeof(Req)); 71 71 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.

