Hi, OpenBSD! I'm implementing bindings to sched_setscheduler() for Hare ( https://harelang.org/ ). I'm reading src/include/sched.h, though, and all I see are declarations hidden behind an #if 0, along with a note, saying "not yet".
https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/src/include/sched.h?rev=1.1&content-type=text/plain So, sched_setscheduler() isn't implemented yet?