Skip to content

Commit

Permalink
doc: posix: mark sched_getscheduler and getparam as supported
Browse files Browse the repository at this point in the history
`sched_getscheduler()` and `sched_getparam()`
is now implemented, mark it so.
Was missing on the documentation before.

signed-off-by: Gaetan Perrot <[email protected]>
  • Loading branch information
moonlight83340 authored and cfriedt committed Feb 2, 2024
1 parent 031f84d commit 3409d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/services/portability/posix/option_groups/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,8 @@ _POSIX_PRIORITY_SCHEDULING

sched_get_priority_max(),yes
sched_get_priority_min(),yes
sched_getparam(),
sched_getscheduler(),
sched_getparam(),yes
sched_getscheduler(),yes
sched_rr_get_interval(),yes
sched_setparam(),yes
sched_setscheduler(),yes
Expand Down

0 comments on commit 3409d0a

Please sign in to comment.