aboutsummaryrefslogtreecommitdiff
path: root/procps/pgrep.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/pgrep.c')
-rw-r--r--procps/pgrep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/pgrep.c b/procps/pgrep.c
index e4dfacb54..1ffc87db0 100644
--- a/procps/pgrep.c
+++ b/procps/pgrep.c
@@ -45,7 +45,7 @@ static void act(unsigned pid, char *cmd, int signo, unsigned opt)
45} 45}
46 46
47int pgrep_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 47int pgrep_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
48int pgrep_main(int argc, char **argv) 48int pgrep_main(int argc ATTRIBUTE_UNUSED, char **argv)
49{ 49{
50 unsigned pid = getpid(); 50 unsigned pid = getpid();
51 int signo = SIGTERM; 51 int signo = SIGTERM;