Skip to content

Commit 975926e

Browse files
committed
there is no need for these wildcards
1 parent 8999ce4 commit 975926e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

tests/extern-so/libtest.map

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
CODEABI_1.0 {
22
# Define which symbols to export.
3-
global: *add_one_int*;
4-
*printer*;
5-
*test_stack_spill*;
6-
*get_unsigned_int*;
7-
*add_int16*;
8-
*add_short_to_long*;
3+
global:
4+
add_one_int;
5+
printer;
6+
test_stack_spill;
7+
get_unsigned_int;
8+
add_int16;
9+
add_short_to_long;
910
# The rest remains private.
1011
local: *;
1112
};

0 commit comments

Comments
 (0)