VirtualBox

Changeset 29644 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 18, 2010 3:30:34 PM (15 years ago)
Author:
vboxsync
Message:

VBoxService: Another shot at the solaris SIGCHLD/exec problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp

    r29633 r29644  
    459459    while (   sigwait(&signalMask, &iSignal) == -1
    460460           && (   errno == EINTR
    461                || errno == ERESTART));
     461               || errno == ERESTART
     462               || errno == ENOENT));
    462463
    463464    VBoxServiceVerbose(3, "VBoxServiceWaitSignal: Received signal %d (errno=%d)\n", iSignal, errno);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette