VirtualBox

Changeset 23871 in vbox


Ignore:
Timestamp:
Oct 19, 2009 2:46:53 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53642
Message:

followup for waitpid fix: old sigaction flags check fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/init.cpp

    r23869 r23871  
    339339        if (    rc != 0
    340340            ||  (   saOld2.sa_handler == saOld.sa_handler
    341                  && saOld2.sa_flags == saOld.sa_flags)
     341                 && !(saOld2.sa_flags & SA_SIGINFO))
    342342           )
    343343            break;
Note: See TracChangeset for help on using the changeset viewer.

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