aboutsummaryrefslogtreecommitdiff
path: root/miscutils/chrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/chrt.c')
-rw-r--r--miscutils/chrt.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c
index f2f559fd7..1604a6890 100644
--- a/miscutils/chrt.c
+++ b/miscutils/chrt.c
@@ -5,6 +5,16 @@
5 * 5 *
6 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 6 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
7 */ 7 */
8//config:config CHRT
9//config: bool "chrt"
10//config: default y
11//config: help
12//config: manipulate real-time attributes of a process.
13//config: This requires sched_{g,s}etparam support in your libc.
14
15//applet:IF_CHRT(APPLET(chrt, BB_DIR_USR_BIN, BB_SUID_DROP))
16
17//kbuild:lib-$(CONFIG_CHRT) += chrt.o
8 18
9//usage:#define chrt_trivial_usage 19//usage:#define chrt_trivial_usage
10//usage: "[-prfom] [PRIO] [PID | PROG ARGS]" 20//usage: "[-prfom] [PRIO] [PID | PROG ARGS]"