ash: do not let EXIT trap to fire in `trap`
[oweals/busybox.git] / console-tools / reset.c
index 5d5d4e27be11f961e0bcc6ba351769b766e04d23..6917eda426c4baac59d5adab8f4e3c5eb3336fe2 100644 (file)
@@ -18,7 +18,7 @@ int stty_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
 #endif
 
 int reset_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
-int reset_main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED)
+int reset_main(int argc UNUSED_PARAM, char **argv UNUSED_PARAM)
 {
        static const char *const args[] = {
                "stty", "sane", NULL