- Timestamp:
- Nov 29, 2007 8:59:09 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk_redirect/kmk_redirect.c
r1275 r1276 270 270 } 271 271 #ifdef _MSC_VER 272 /** @todo figure out how to make the handle close-on-exec. We'll simply close it for now. */ 272 /** @todo figure out how to make the handle close-on-exec. We'll simply close it for now. 273 * SetHandleInformation + set FNOINHERIT in CRT. 274 */ 273 275 #else 274 276 if (fcntl(fdOpened, F_SETFD, FD_CLOEXEC) == -1)
Note:
See TracChangeset
for help on using the changeset viewer.