VirtualBox

Changeset 23892 in vbox for trunk/src/libs


Ignore:
Timestamp:
Oct 20, 2009 8:55:51 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53679
Message:

temporarily back out r53642, r53640

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/uxproces.c

    r23869 r23892  
    674674        while (1) {
    675675            do {
    676 #ifdef VBOX
    677                 /*
    678                  * make sure we wait only for child of our group
    679                  * to ensure we do not interfere with RT
    680                  */
    681                 pid = waitpid((pid_t) 0, &status, 0);
    682 #else
    683676                pid = waitpid((pid_t) -1, &status, 0);
    684 #endif
    685677            } while ((pid_t) -1 == pid && EINTR == errno);
    686678
     
    772764        while (1) {
    773765            do {
    774 #ifdef VBOX
    775                 /*
    776                  * make sure we wait only for child of our group
    777                  * to ensure we do not interfere with RT
    778                  */
    779                 pid = waitpid((pid_t) 0, &status, WNOHANG);
    780 #else
    781766                pid = waitpid((pid_t) -1, &status, WNOHANG);
    782 #endif
    783767            } while ((pid_t) -1 == pid && EINTR == errno);
    784768            if (0 == pid) break;
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