Expose freeproc for libproc
freeproc was missing from the libproc API which meant while you could allocate proc structures, you couldn't free them! Bug-Debian: http://bugs.debian.org/681653
This commit is contained in:
parent
84c89e06af
commit
f7c418155a
1
NEWS
1
NEWS
@ -18,6 +18,7 @@ procps-ng-3.3.6
|
|||||||
* ps: Fixed negative etime RedHat #871819, #433266
|
* ps: Fixed negative etime RedHat #871819, #433266
|
||||||
* pkill -c option returns Debian #693783
|
* pkill -c option returns Debian #693783
|
||||||
* pmap uses correct types for memory allocation Debian #688180
|
* pmap uses correct types for memory allocation Debian #688180
|
||||||
|
* expose freeproc, adds function to API Debian #681653
|
||||||
|
|
||||||
|
|
||||||
procps-ng-3.3.5
|
procps-ng-3.3.5
|
||||||
|
@ -6,9 +6,9 @@ AM_CPPFLAGS = \
|
|||||||
|
|
||||||
#
|
#
|
||||||
# See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
# See http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
|
||||||
LIBprocps_CURRENT=1
|
LIBprocps_CURRENT=2
|
||||||
LIBprocps_REVISION=0
|
LIBprocps_REVISION=0
|
||||||
LIBprocps_AGE=0
|
LIBprocps_AGE=1
|
||||||
|
|
||||||
lib_LTLIBRARIES = libprocps.la
|
lib_LTLIBRARIES = libprocps.la
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ global:
|
|||||||
escape_strlist;
|
escape_strlist;
|
||||||
escaped_copy;
|
escaped_copy;
|
||||||
free_slabinfo;
|
free_slabinfo;
|
||||||
|
freeproc;
|
||||||
get_pid_digits;
|
get_pid_digits;
|
||||||
get_slabinfo;
|
get_slabinfo;
|
||||||
getbtime;
|
getbtime;
|
||||||
|
Loading…
Reference in New Issue
Block a user