xref: /freebsd/lib/libc/powerpc64/Symbol.map (revision d0b2dbfa)
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	_mcount;
14	_setjmp;
15	_longjmp;
16	fabs;
17	__flt_rounds;
18	fpgetmask;
19	fpgetround;
20	fpgetsticky;
21	fpsetmask;
22	fpsetround;
23	__infinity;
24	__nan;
25	makecontext;
26	setjmp;
27	longjmp;
28	sigsetjmp;
29	siglongjmp;
30	htonl;
31	htons;
32	ntohl;
33	ntohs;
34	brk;
35	sbrk;
36	vfork;
37};
38
39FBSDprivate_1.0 {
40	/* PSEUDO syscalls */
41	_getlogin;
42
43	_fpgetsticky;
44	__makecontext;
45	__longjmp;
46	signalcontext;
47	__signalcontext;
48	__syncicache;
49};
50