Closed
Description
target triple: x86_64-unknown-freebsd
In #1922, I added clock_nanosleep
to libc for FreeBSD 12. I intentionally avoided adding it to FreeBSD 11 because it was added in FreeBSD 11.1. I read #570 and #1518, but it isn't clear to me what libc
's policy is on support for EOL releases like FreeBSD 11.0, discontinued in 2017.
This question is phrased generally, but I'm looking to add clock_nanosleep
to libc's freebsd 11 target so I can merge nix-rust/nix#1315