Symbol.map revision 169525
1/*
2 * $FreeBSD: head/lib/libc/powerpc/Symbol.map 169525 2007-05-13 14:16:55Z deischen $
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	_mcount;
15	_setjmp;
16	_longjmp;
17	fabs;
18	__flt_rounds;
19	fpgetmask;
20	fpgetround;
21	fpgetsticky;
22	fpsetmask;
23	fpsetround;
24	__infinity;
25	__nan;
26	makecontext;
27	modf;
28	setjmp;
29	longjmp;
30	sigsetjmp;
31	siglongjmp;
32	htonl;
33	__hton;
34	htons;
35	__htons;
36	ntohl;
37	__ntohl;
38	ntohs;
39	__ntohs;
40	brk;
41	exect;
42	pipe;
43	sbrk;
44};
45
46FBSDprivate_1.0 {
47	/* PSEUDO syscalls */
48	__sys_getlogin;
49	_getlogin;
50	__sys_exit;
51
52	_set_tp;
53	_fpgetsticky;
54	__makecontext;
55	__longjmp;
56	signalcontext;
57	__signalcontext;
58	__syncicache;;
59	_end;
60	.curbrk;
61	.minbrk;
62	.cerror;
63};
64