Module quite_yet
These functions are not quite yet finished in rustix.
Rustix's codebase includes experimental implementations of these functions, however they are not yet publicly exposed because their API might need more work and/or they don't yet have a libc backend implementation yet.
See #1314 for more information, and please leave comments if there are specific functions you're interested in.
Functions
- _Exit See the module comment.
- _exit See the module comment.
- execve See the module comment.
- execveat See the module comment.
- exit_group See the module comment.
-
gethostname
For now, use
rustix::process::uname().nodename()instead. - sigpending See the module comment.
- sigsuspend See the module comment.