Permalink
Please sign in to comment.
Browse files
Job control: libc constants, pid fix (#362)
* Use signal constants from libc Instead of hardcoding numbers, which causes portability issues. In particular, SIGTSTP is not 20 on FreeBSD. * Remove pid offset
- Loading branch information...
Showing
with
36 additions
and 27 deletions.
- +1 −1 README.md
- +8 −5 src/builtins/job_control.rs
- +2 −2 src/main.rs
- +3 −1 src/shell/flow.rs
- +13 −10 src/shell/job_control.rs
- +9 −8 src/shell/pipe.rs
0 comments on commit
8975f98