Changeset 8c53171ad94ee9d627dcb2209acd6570af25ab4f
- Timestamp:
- 07/11/09 16:05:14 (3 years ago)
- Author:
- Nedko Arnaudov <nedko@…>
- Children:
- 2aacbffc4255e2ba9a9963172cfd084bcbce51e3
- Parents:
- 83b11b7d1bf3372b39dfaa35a7dd1624530cd85f
- git-committer:
- Nedko Arnaudov <nedko@arnaudov.name> / 2009-07-11T16:05:14Z+0300
- Message:
-
disabled print that dumps the child process id
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r83b11b7
|
r8c53171
|
|
| 376 | 376 | FORK_TIME_MEASURE_END(FORK_STR "() time"); |
| 377 | 377 | |
| | 378 | //fprintf(stderr, FORK_STR "()-ed child process: %d\n", ret); |
| | 379 | |
| 378 | 380 | /* fork duplicated the handles, close pipe ends that are used by the child process */ |
| 379 | 381 | close(pipe1[0]); |