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

linux: Add POSIX_SPAWN_SETSID flag #2983

Merged
merged 1 commit into from Oct 28, 2022

Commits on Oct 26, 2022

  1. linux: Add POSIX_SPAWN_SETSID flag

    This flag allows the child process created by POSIX spawn to create
    a new session and become leader of a new process group. Expose the
    flag so that Rust code can use it.
    HarveyHunt committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    36aa6ca View commit details
    Browse the repository at this point in the history