sunfishcode / mustang

Rust programs written entirely in Rust
Other
849 stars 24 forks source link

coreutils "unix" feature #198

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

Most of coreutils with default features is now supported, except for custom signal handlers. Enabling the "unix" feature evokes undefined reference errors for the following symbols:

These can probably be implemented fairly straightforwardly with current rustix features:

These probably need more work: