sunfishcode / c-ward

An implementation of libc written in Rust
Other
188 stars 11 forks source link

Implement `strerror_r. #47

Closed sunfishcode closed 10 months ago

sunfishcode commented 10 months ago

This is a little tricky because glibc's strerror_r ABI uses a different return type than the standard strerror_r.