Changeset 1055


Ignore:
Timestamp:
Jan 25, 2004, 6:34:10 AM (22 years ago)
Author:
bird
Message:

Checking the wrong way for FD_CLOEXEC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/lgpl/sysdeps/os2/__spawni.c

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1054 r1055  
    9393
    9494    /* marke it close on exit. */
    95     if (    fSavedCoE
     95    if (    !(fSavedCoE & FD_CLOEXEC)
    9696        &&  fcntl(fdSaved, F_SETFD, FD_CLOEXEC) < 0)
    9797    {
Note: See TracChangeset for help on using the changeset viewer.