1 2 3 4 5 6 7
//! uClibc. //! //! * About: <https://uclibc.org/> //! * Headers: <https://github.com/kraj/uClibc> (mirror) pub(crate) mod pthread; pub(crate) mod unistd;