diff options
Diffstat (limited to 'miscutils/chrt.c')
-rw-r--r-- | miscutils/chrt.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c index f2f559f..d76c0d1 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c @@ -5,6 +5,12 @@ * * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ +//config:config CHRT +//config: bool "chrt" +//config: default y +//config: help +//config: manipulate real-time attributes of a process. +//config: This requires sched_{g,s}etparam support in your libc. //usage:#define chrt_trivial_usage //usage: "[-prfom] [PRIO] [PID | PROG ARGS]" |