there is no need for these wildcards

This commit is contained in:
Ralf Jung 2024-03-31 10:10:35 +02:00
parent b5642b361f
commit 38780aa5a4

View file

@ -1,11 +1,12 @@
CODEABI_1.0 {
# Define which symbols to export.
global: *add_one_int*;
*printer*;
*test_stack_spill*;
*get_unsigned_int*;
*add_int16*;
*add_short_to_long*;
global:
add_one_int;
printer;
test_stack_spill;
get_unsigned_int;
add_int16;
add_short_to_long;
# The rest remains private.
local: *;
};