diff options
author | Christian Eggers <ceggers@arri.de> | 2020-11-15 20:25:09 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-11-15 20:26:46 +0100 |
commit | 89f063b900edf8b38c9dc05953887cf09b121378 (patch) | |
tree | cac0a171637204bafcb92939de84c94221b2fd51 /testsuite/bc.tests | |
parent | 64981b4c8e88812c322bee3832f1d421ff670ed5 (diff) | |
download | busybox-89f063b900edf8b38c9dc05953887cf09b121378.tar.gz |
chrt: support for musl C library
musl "implements" several sched_xxx() functions by returning ENOSYS. As
an alternative, either pthread_(g|s)etschedparam() or direct syscalls
can be used.
References: https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/commit/schedutils/chrt.c?id=fcc3078754291d2f5121797eb91b364f8e24b2f1
References: http://git.musl-libc.org/cgit/musl/commit/src/sched/sched_setscheduler.c?id=1e21e78bf7a5c24c217446d8760be7b7188711c2
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/bc.tests')
0 files changed, 0 insertions, 0 deletions