Азалия Смарагдова
Азалия Смарагдова
OK, fixed.
> If we have everything ready, I guess we don't need to manually implement this in Nix, right? If we can define ```struct sigevent``` correctly in the Rust code, sure....
I've managed to work out most issues with tests, but I don't know why these three are failing, and why they are failing on mips and pass on everything else....
I've run into a problem while setting up the MIPS virtual machine -- almost none of the mainstream Linux distrubutions support MIPS anymore. Also, the targets for which these tests...
> In Nix's platform support, they are in [tier 1](https://github.com/nix-rust/nix?tab=readme-ov-file#supported-platforms), so we cannot drop them. I'd like to ask, where can I download the QEMU virtual machine image for MIPS...
Thank you! I've installed a test environment using ```cross``` and successfully reproduced an error. I'll try to solve this issue.
I've managed to figure out the exact problem with the mips tests: * glibc reserves two real-time signals for inter-thread communication (one for timers and thread cancellation, one for system...
I wonder, should I modify existing functions, or add new one to avoid breaking changes to existing applications?
Closing this PR since [a better solution was found](https://github.com/nix-rust/nix/pull/2451).
As far as I know, reading such events requires just plain ```read()```. We can store fanotify metadata and file handle in one structure (the file handle is an opaque byte...