zigux
zigux copied to clipboard
ports: Fix isatty syscall error returning
This PR fixes the issue where the isatty syscall was never returning EBADF, even when fd was an invalid file descriptor.
Resolves #4.