| # | Line 1399 | Line 1399 | int all; | |
|---|---|---|
| 1399 | { | |
| 1400 | (void)all; /* no one to wait for */ | |
| 1401 | } | |
| 1402 | + | int |
| 1403 | + | kill(pid, sig) /* win|unix_process.c should also wait and kill */ |
| 1404 | + | int pid, sig; |
| 1405 | + | { |
| 1406 | + | return 0; |
| 1407 | + | } |
| 1408 | #endif /* ! RHAS_FORK_EXEC */ | |
| 1409 | ||
| 1410 | finish_process() /* exit a child process */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |