VirtualBox

忽略:
時間撮記:
2009-10-19 下午02:46:53 (15 年 以前)
作者:
vboxsync
訊息:

followup for waitpid fix: old sigaction flags check fix

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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