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:
@@ -10,6 +10,7 @@ global:
|
||||
escape_strlist;
|
||||
escaped_copy;
|
||||
free_slabinfo;
|
||||
freeproc;
|
||||
get_pid_digits;
|
||||
get_slabinfo;
|
||||
getbtime;
|
||||
|
||||
Reference in New Issue
Block a user