commit | b519041948b83845e4a7b200f1c5cc91a73221a4 | [log] [tgz] |
---|---|---|
author | Gaetan Perrot <gaetanperrotpro@gmail.com> | Thu Feb 29 16:49:44 2024 +0900 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Sat Mar 16 18:19:21 2024 +0900 |
tree | 301318a13a68854366e7c5a40eb1785978a5d749 | |
parent | f913af8a4db102c31d200ec6aab497838cb09f1f [diff] |
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 <gaetanperrotpro@gmail.com>