mirror of
https://salsa.debian.org/ha-team/libqb
synced 2026-08-10 07:35:34 +00:00
clean up lib.versions files
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
ceff27f370
commit
14db8db928
@ -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: *;
|
||||
};
|
||||
|
||||
@ -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: *;
|
||||
};
|
||||
|
||||
@ -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: *;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user