The sched_getaffinity(3) and sched_setaffinity(3) functions added in FreeBSD 13.1 lack a manual page.
This revision creates a manual page to document those functions, and fixes issues with the previous revision.
PR:265249
Differential D51196
Document sched_getaffinity and sched_setaffinity felix.the.red_gmail.com on Jul 7 2025, 6:35 PM. Authored by Tags None Referenced Files
Subscribers
Details
The sched_getaffinity(3) and sched_setaffinity(3) functions added in FreeBSD 13.1 lack a manual page. PR:265249 Read lib/libc/gen/sched_getaffinity.c and lib/libc/gen/sched_setaffinity.c.
Diff Detail
Event Timeline
Comment Actions Except for the Makefile glitches, the content LGTM.
|