Changeset 2173 for trunk/src/emx/include


Ignore:
Timestamp:
Jul 3, 2005, 5:40:02 AM (20 years ago)
Author:
bird
Message:

Clear FD_CLOEXEC on the handle returned by dup, dup2 and fcntl(F_DUPFD).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/emx/io.h

    • Property cvs2svn:cvs-rev changed from 1.17 to 1.18
    r2172 r2173  
    496496PLIBCFH __libc_FH(int fh);
    497497int     __libc_FHEx(int fh, __LIBC_PFH *ppFH);
     498int     __libc_FHSetFlags(__LIBC_PFH pFH, int fh, unsigned fFlags);
    498499
    499500
Note: See TracChangeset for help on using the changeset viewer.