libprocps: hide private symbols
Clean the global list of symbols contain only functions and variables which are being called from library. The removed symbols are internal for the library, which means they can be changed without changes to programs using the library. This clean up should help incoming libprocps clean up work. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
8955ec26fe
commit
ea221b4e42
@ -1,8 +1,6 @@
|
|||||||
LIBPROCPS_0 {
|
LIBPROCPS_0 {
|
||||||
global:
|
global:
|
||||||
Hertz;
|
Hertz;
|
||||||
__cyg_profile_func_enter;
|
|
||||||
__cyg_profile_func_exit;
|
|
||||||
closeproc;
|
closeproc;
|
||||||
cpuinfo;
|
cpuinfo;
|
||||||
dev_to_tty;
|
dev_to_tty;
|
||||||
@ -12,16 +10,13 @@ global:
|
|||||||
escape_strlist;
|
escape_strlist;
|
||||||
escaped_copy;
|
escaped_copy;
|
||||||
free_slabinfo;
|
free_slabinfo;
|
||||||
freeproc;
|
|
||||||
get_pid_digits;
|
get_pid_digits;
|
||||||
get_proc_stats;
|
|
||||||
get_slabinfo;
|
get_slabinfo;
|
||||||
getbtime;
|
getbtime;
|
||||||
getdiskstat;
|
getdiskstat;
|
||||||
getpartitions_num;
|
getpartitions_num;
|
||||||
getslabinfo;
|
getslabinfo;
|
||||||
getstat;
|
getstat;
|
||||||
have_privs;
|
|
||||||
kb_active;
|
kb_active;
|
||||||
kb_high_free;
|
kb_high_free;
|
||||||
kb_high_total;
|
kb_high_total;
|
||||||
@ -41,17 +36,14 @@ global:
|
|||||||
loadavg;
|
loadavg;
|
||||||
look_up_our_self;
|
look_up_our_self;
|
||||||
lookup_wchan;
|
lookup_wchan;
|
||||||
main;
|
|
||||||
meminfo;
|
meminfo;
|
||||||
open_psdb;
|
open_psdb;
|
||||||
open_psdb_message;
|
open_psdb_message;
|
||||||
openproc;
|
openproc;
|
||||||
pretty_print_signals;
|
pretty_print_signals;
|
||||||
print_given_signals;
|
|
||||||
print_uptime;
|
print_uptime;
|
||||||
procps_version;
|
procps_version;
|
||||||
put_slabinfo;
|
put_slabinfo;
|
||||||
read_cmdline;
|
|
||||||
readeither;
|
readeither;
|
||||||
readproc;
|
readproc;
|
||||||
readproctab2;
|
readproctab2;
|
||||||
@ -67,11 +59,6 @@ global:
|
|||||||
unix_print_signals;
|
unix_print_signals;
|
||||||
uptime;
|
uptime;
|
||||||
user_from_uid;
|
user_from_uid;
|
||||||
vm_pgpgin;
|
|
||||||
vm_pgpgout;
|
|
||||||
vm_pswpin;
|
|
||||||
vm_pswpout;
|
|
||||||
vminfo;
|
|
||||||
local:
|
local:
|
||||||
*;
|
*;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user