xref: /freebsd/lib/libc/riscv/Symbol.map (revision 2e620256bd76c449c835c604e404483437743011)
1/*
2 */
3
4/*
5 * This only needs to contain symbols that are not listed in
6 * symbol maps from other parts of libc (i.e., not found in
7 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
8 */
9FBSD_1.0 {
10	/* PSEUDO syscalls */
11	_exit;
12
13	_setjmp;
14	_longjmp;
15	fabs;
16	__flt_rounds;
17	fpgetmask;
18	fpsetmask;
19	__infinity;
20	__nan;
21	setjmp;
22	longjmp;
23	sigsetjmp;
24	siglongjmp;
25	htonl;
26	htons;
27	ntohl;
28	ntohs;
29	vfork;
30	makecontext;
31};
32
33FBSDprivate_1.0 {
34	__makecontext;
35};
36