Skip to content

Commit b519041

Browse files
moonlight83340cfriedt
authored andcommitted
doc: posix: sched functions will fail with ENOSYS
Mark `sched_setparam()` , `sched_setscheduler()` and `sched_rr_get_interval()` have implemented but will fail with ``ENOSYS`` Were missing on the documentation before. signed-off-by: Gaetan Perrot <[email protected]>
1 parent f913af8 commit b519041

File tree

1 file changed

+3
-3
lines changed
  • doc/services/portability/posix/option_groups

1 file changed

+3
-3
lines changed

doc/services/portability/posix/option_groups/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ _POSIX_PRIORITY_SCHEDULING
379379
sched_get_priority_min(),yes
380380
sched_getparam(),yes
381381
sched_getscheduler(),yes
382-
sched_rr_get_interval(),yes
383-
sched_setparam(),yes
384-
sched_setscheduler(),yes
382+
sched_rr_get_interval(),yes (will fail with ``ENOSYS``:ref:`†<posix_undefined_behaviour>`)
383+
sched_setparam(),yes (will fail with ``ENOSYS``:ref:`†<posix_undefined_behaviour>`)
384+
sched_setscheduler(),yes (will fail with ``ENOSYS``:ref:`†<posix_undefined_behaviour>`)
385385
sched_yield(),yes
386386

387387
.. _posix_option_reader_writer_locks:

0 commit comments

Comments
 (0)