*: rename ATTRIBUTE_XXX to just XXX.
[platform/upstream/busybox.git] / procps / pgrep.c
index 336fa84..7b3cd8e 100644 (file)
@@ -43,7 +43,7 @@ static void act(unsigned pid, char *cmd, int signo, unsigned opt)
 }
 
 int pgrep_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int pgrep_main(int argc ATTRIBUTE_UNUSED, char **argv)
+int pgrep_main(int argc UNUSED_PARAM, char **argv)
 {
        unsigned pid = getpid();
        int signo = SIGTERM;