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:
@ -48,7 +48,7 @@ global:
|
||||
procps_pids_ref;
|
||||
procps_pids_reset;
|
||||
procps_pids_select;
|
||||
procps_pids_stacks_sort;
|
||||
procps_pids_sort;
|
||||
procps_pids_unref;
|
||||
procps_slabinfo_new;
|
||||
procps_slabinfo_read;
|
||||
|
Reference in New Issue
Block a user