You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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