VirtualBox

Changeset 39489 in vbox for trunk


Ignore:
Timestamp:
Dec 1, 2011 1:06:21 PM (13 years ago)
Author:
vboxsync
Message:

Runtime: compatibility fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/posix/pipe-posix.cpp

    r33104 r39489  
    101101    if (*piNewPipeSyscall >= 0)
    102102    {
    103 #if defined(RT_OS_LINUX) && defined(__NR_pipe2)
     103#if defined(RT_OS_LINUX) && defined(__NR_pipe2) && defined(O_CLOEXEC)
    104104        long rc = syscall(__NR_pipe2, paFds, O_CLOEXEC);
    105105        if (rc >= 0)
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