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:
Jim Warner
2015-10-11 00:00:00 -05:00
committed by Craig Small
parent c9388ed512
commit 838e7852cb
3 changed files with 5 additions and 5 deletions

View File

@@ -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,