nix-rust / nix

Rust friendly bindings to *nix APIs
MIT License
2.57k stars 650 forks source link

test: test memfd_create() on FreeBSD #2433

Closed SteveLauC closed 3 weeks ago

SteveLauC commented 3 weeks ago

What does this PR do

Following #2431, even though we cannot resolve the linking issue under QEMU, we can still test this syscall on FreeBSD.

Checklist: