clean up lib.versions files

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld 2010-03-19 14:41:10 +11:00
parent ceff27f370
commit 14db8db928
3 changed files with 3 additions and 6 deletions

View File

@ -1,5 +1,3 @@
# Version and symbol export for libcpg.so
QB_POLL_0.1 {
global:
qb_poll_create;
@ -11,4 +9,5 @@ QB_POLL_0.1 {
qb_poll_timer_delete;
qb_poll_run;
qb_poll_stop;
local: *;
};

View File

@ -1,5 +1,3 @@
# Version and symbol export for libcpg.so
QB_TIMER_0.1 {
global:
qb_timer_init;
@ -11,4 +9,5 @@ QB_TIMER_0.1 {
qb_timer_unlock;
qb_timer_time_get;
qb_timer_expire_time_get;
local: *;
};

View File

@ -1,8 +1,7 @@
# Version and symbol export for libcpg.so
QB_TSAFE_0.1 {
global:
qb_tsafe_init;
qb_tsafe_off;
qb_tsafe_on;
local: *;
};