Add POSIX strerror_r
Compare changes
Files
3+ 19
− 0
@@ -263,6 +263,25 @@ pub unsafe extern "C" fn strerror(errnum: c_int) -> *mut c_char {
Based on musl implementation from here: https://git.musl-libc.org/cgit/musl/tree/src/string/strerror_r.c