sunfishcode / c-ward

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

Use origin's errno_location in the __errno_location implementation #138

Closed bjorn3 closed 2 months ago

bjorn3 commented 2 months ago

This will help with integrating the musl dynamic linker until a rust replacement is written.

cc sunfishcode/origin#110

sunfishcode commented 2 months ago

Thanks!