Commits
Click on a commit to change the comparison rangechore(test): add ENOSPC to spell-checker ignore list in cat tests
- Prevents spell-checker from flagging ENOSPC as a misspelling, as it's a valid errno constant (e.g., "No space left on device") used in the test code.16 days ago
by mattsu2020 Merge branch 'main' into cat_9920 refactor(cat): remove conditional libc import for non-Windows targets
Remove the unused import of `uucore::libc` that was only included on non-Windows platforms, simplifying the code and reducing unnecessary dependencies.