summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/shared.ld
blob: 0e696572bf6f2fa8653c145f88c50696ec54e9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
VERS_1.10 {
	global: *;
};

VERS_1.11 {
	global: *;
};

VERS_1.12 {
	global: *;
};

VERS_1.13 {
	global: *;
};