Help for this page

Select Code to Download


  1. or download this
    #if defined(HAS_FCNTL) && defined(F_SETFD)
        fcntl(fd, F_SETFD, fd > PL_maxsysfd);       /* ensure close-on-exe
    +c */
    #endif