sunfishcode / c-ward

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

Put several less-commonly-used `SYS_*` implementations behind a feature. #68

Closed sunfishcode closed 10 months ago

sunfishcode commented 10 months ago

Add a "extra-syscalls" cargo feature, and put syscalls not used by libstd behind it, to keep the syscall function and the overall binary size smaller.