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

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