library: rename the 'procps_pids_stacks_sort' function
The above function was the sole public function in the <pids> interface to use the word 'stacks' in its name. All of the others dealt exclusively with their duties, So this commit normalizes that outlier by renaming it. Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@@ -230,7 +230,7 @@ struct pids_reap *procps_pids_select (
|
||||
int maxthese,
|
||||
enum pids_fill_type which);
|
||||
|
||||
struct pids_stack **procps_pids_stacks_sort (
|
||||
struct pids_stack **procps_pids_sort (
|
||||
struct procps_pidsinfo *info,
|
||||
struct pids_stack *stacks[],
|
||||
int numstacked,
|
||||
|
||||
Reference in New Issue
Block a user