Ignore:
Timestamp:
Feb 25, 2009, 7:21:10 AM (16 years ago)
Author:
bird
Message:

kash: more windows hacking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/input.c

    r1233 r2288  
    412412setinputfd(shinstance *psh, int fd, int push)
    413413{
    414         (void) shfile_fcntl(&psh->fdtab, fd, F_SETFD, FD_CLOEXEC);
     414        (void) shfile_cloexec(&psh->fdtab, fd, 1 /* close it */);
    415415        if (push) {
    416416                pushfile(psh);
Note: See TracChangeset for help on using the changeset viewer.