Commit c9933e5
committed
Cygwin: spawn/exec: drop breaking away from job
Remove breaking away from job during spawn/exec because it's
not required anymore for 99% of the processes. This was required
back when Cygwin executables didn't have a manifest claiming
compatibility with all Windows versions since Vista. These days,
only very few executables missing the manifest are left, certainly
none in the distro.
This frees up job breakaway for potential extensions to setrlimit.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>1 parent 4b940bb commit c9933e5
1 file changed
Lines changed: 0 additions & 31 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | 413 | | |
445 | 414 | | |
446 | 415 | | |
| |||
0 commit comments