client-toolkit
client-toolkit copied to clipboard
Support memfd on FreeBSD platform
FreeBSD also have support for memfd, same as linux. They added it years ago for linux compatibility.
See: https://www.freebsd.org/cgi/man.cgi?query=memfd_create&sektion=3&n=1
I think this actually needs to be fixed upstream in nix, it only labels android and linux has having memfd
Actually there is an issue about it: https://github.com/nix-rust/nix/issues/1775
Just need a new nix release at this point.