sunfishcode / c-ward

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

Add some functions and modularize `thread` #129

Closed carbotaniuman closed 3 months ago

carbotaniuman commented 3 months ago

This adds some new functions, including pread(v64)(v2), eaccess, euidaccess, fallocate, and posix spinlocks, while also modularizing the thread module itself.

sunfishcode commented 3 months ago

This looks good, just needs a rustfmt now :)