sunfishcode / c-ward

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

Update to origin 0.15. #62

Closed sunfishcode closed 10 months ago

sunfishcode commented 10 months ago

This updates to the new Origin create_thread API, which avoids the need for allocating a Box within pthread_create.