VirtualBox

Changeset 92067 in vbox


Ignore:
Timestamp:
Oct 26, 2021 8:27:22 AM (3 years ago)
Author:
vboxsync
Message:

VBoxHeadless: Don't mess with SIGUSR2 as IPRT is probably using that for thread poking purposes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp

    r92066 r92067  
    13661366        sigaction(SIGTERM, &sa, NULL);
    13671367        sigaction(SIGUSR1, &sa, NULL);
    1368         /* Don't touch SIGUSR2 as IPRT could be using it. */
     1368        /* Don't touch SIGUSR2 as IPRT could be using it for RTThreadPoke(). */
    13691369
    13701370#else /* RT_OS_WINDOWS */
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