rust-ctrlc
rust-ctrlc copied to clipboard
Use impl AsFd instead of RawFd as required by nix master
Fixes: #123
I am still a bit unsure about statics and maybe init it's a pattern I copied from the unistd crate and it looks like it's safe.