diff options
Diffstat (limited to 'procps/mpstat.c')
-rw-r--r-- | procps/mpstat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/procps/mpstat.c b/procps/mpstat.c index 1eabd8e38..acaff4dc0 100644 --- a/procps/mpstat.c +++ b/procps/mpstat.c | |||
@@ -8,6 +8,7 @@ | |||
8 | */ | 8 | */ |
9 | 9 | ||
10 | //applet:IF_MPSTAT(APPLET(mpstat, BB_DIR_BIN, BB_SUID_DROP)) | 10 | //applet:IF_MPSTAT(APPLET(mpstat, BB_DIR_BIN, BB_SUID_DROP)) |
11 | /* shouldn't be noexec: "mpstat INTERVAL" runs indefinitely */ | ||
11 | 12 | ||
12 | //kbuild:lib-$(CONFIG_MPSTAT) += mpstat.o | 13 | //kbuild:lib-$(CONFIG_MPSTAT) += mpstat.o |
13 | 14 | ||