Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a Result to getpgid, and add getpgrp. #386

Merged
merged 3 commits into from Jul 26, 2022
Merged

Commits on Jul 20, 2022

  1. Add a Result to getpgid, and add getpgrp.

    Add a `Result` return type to `getpgid`, as it can fail if there's no
    process with the given pid.
    
    And, add a a `getpgrp` function, which is similar to `getpgid`, but
    doesn't take a pid argument and always operates on the current process,
    which means it doesn't need a `Result` return type.
    sunfishcode committed Jul 20, 2022
    Copy the full SHA
    bb87ca6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3926fde View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Fix copypasta.

    sunfishcode committed Jul 25, 2022
    Copy the full SHA
    641e5e0 View commit details
    Browse the repository at this point in the history