Open
Description
Hello, would the library be accepting implementations for sched_(set|get)attr functions? as per libc crate (and man pages) here , because these two are not exposed by glibc, libc crate will not be supporting these. Is is possible for nix to provide wrapper over them, or does nix only provides wrappers for stuff accepted over libc?
I'd like to contribute the implementations if they are acceptable. Thank you!