termios-rs
termios-rs copied to clipboard
Don't explicitly link with libc
Otherwise cross compiled musl targets fail at runtime. Libc is already included so linking libc isn't necessary, at least testing on Ubuntu Linux.
Checking in, because this possibly relates to one of my projects:
is this PR still relevant?
Thanks.