~mmach/netext73/busybox

« back to all changes in this revision

Viewing changes to util-linux/chrt.c

  • Committer: mmach
  • Date: 2023-07-06 04:40:25 UTC
  • Revision ID: netbit73@gmail.com-20230706044025-2ia9985i8wzdn2a7
1.36.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
                show_min_max(SCHED_RR);
111
111
                show_min_max(SCHED_BATCH);
112
112
                show_min_max(SCHED_IDLE);
113
 
                fflush_stdout_and_exit(EXIT_SUCCESS);
 
113
                fflush_stdout_and_exit_SUCCESS();
114
114
        }
115
115
        //if (opt & OPT_r)
116
116
        //      policy = SCHED_RR; - default, already set