Changeset 174 for trunk/src/sh_unix.c
- Timestamp:
- Aug 27, 2008, 5:40:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_unix.c
r172 r174 1246 1246 #endif 1247 1247 1248 void sh_unix_closeall (int fd, int except )1248 void sh_unix_closeall (int fd, int except, int inchild) 1249 1249 { 1250 1250 int fdx = fd; … … 1281 1281 } 1282 1282 1283 sl_dropall (fdx, except); 1283 if (!inchild) 1284 sl_dropall (fdx, except); 1285 else 1286 sl_dropall_dirty (fdx, except); 1284 1287 1285 1288 SL_RET0(_("sh_unix_closeall"));
Note:
See TracChangeset
for help on using the changeset viewer.