Changeset 2288 for trunk/src/kash/input.c
- Timestamp:
- Feb 25, 2009, 7:21:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kash/input.c
r1233 r2288 412 412 setinputfd(shinstance *psh, int fd, int push) 413 413 { 414 (void) shfile_ fcntl(&psh->fdtab, fd, F_SETFD, FD_CLOEXEC);414 (void) shfile_cloexec(&psh->fdtab, fd, 1 /* close it */); 415 415 if (push) { 416 416 pushfile(psh);
Note:
See TracChangeset
for help on using the changeset viewer.