aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/riscv/Symbol.map
blob: 2e0467744778bee25e24e11577adf4b754fa3aaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * This only needs to contain symbols that are not listed in
 * symbol maps from other parts of libc (i.e., not found in
 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
 */
FBSD_1.0 {
	fabs;
	__flt_rounds;
	fpgetmask;
	fpsetmask;
	__infinity;
	__nan;
	makecontext;
};

FBSDprivate_1.0 {
	__makecontext;
};