Symbol.map revision 235929
1/*
2 * $FreeBSD: head/lib/libc/powerpc/Symbol.map 235929 2012-05-24 20:12:46Z marcel $
3 */
4
5/*
6 * This only needs to contain symbols that are not listed in
7 * symbol maps from other parts of libc (i.e., not found in
8 * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
9 */
10FBSD_1.0 {
11	/* PSEUDO syscalls */
12	_exit;
13
14	__eabi;
15	_mcount;
16	_setjmp;
17	_longjmp;
18	fabs;
19	__flt_rounds;
20	fpgetmask;
21	fpgetround;
22	fpgetsticky;
23	fpsetmask;
24	fpsetround;
25	__infinity;
26	__nan;
27	makecontext;
28	setjmp;
29	longjmp;
30	sigsetjmp;
31	siglongjmp;
32	htonl;
33	htons;
34	ntohl;
35	ntohs;
36	brk;
37	exect;
38	sbrk;
39	vfork;
40};
41
42FBSDprivate_1.0 {
43	/* PSEUDO syscalls */
44	__sys_getlogin;
45	_getlogin;
46	__sys_exit;
47
48	_set_tp;
49	_fpgetsticky;
50	__makecontext;
51	__longjmp;
52	signalcontext;
53	__signalcontext;
54	__syncicache;
55	_end;
56	.curbrk;
57	.minbrk;
58	.cerror;
59};
60