Changeset 29644 in vbox for trunk/src/VBox
- Timestamp:
- May 18, 2010 3:30:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r29633 r29644 459 459 while ( sigwait(&signalMask, &iSignal) == -1 460 460 && ( errno == EINTR 461 || errno == ERESTART)); 461 || errno == ERESTART 462 || errno == ENOENT)); 462 463 463 464 VBoxServiceVerbose(3, "VBoxServiceWaitSignal: Received signal %d (errno=%d)\n", iSignal, errno);
Note:
See TracChangeset
for help on using the changeset viewer.