Skip to content

Feature request: Document rustix::runtime #1180

@zackw

Description

@zackw

rustix does not currently expose the _exit system call as far as I can tell. This would be useful in at least two contexts:

  • On the child side of a fork (which is also missing right now but I trust it's already on your list of things that need to be added)
  • In #[no_std] crates that nonetheless have the kernel available (e.g. the various projects trying to make it possible to write Rust programs that do not use a C library).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions