libc/new/freebsd/
mod.rs

1//! FreeBSD libc.
2//!
3//! * Headers: <https://github.com/freebsd/freebsd-src/blob/main/sys/riscv/include/ucontext.h>
4//! * Symbol map: <https://github.com/freebsd/freebsd-src/blob/main/lib/libc/gen/Symbol.map>
5
6pub(crate) mod unistd;