Symbol.map revision 169548
1/*
2 * $FreeBSD: head/lib/libc/powerpc/Symbol.map 169548 2007-05-14 07:46:29Z 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	vfork;
45};
46
47FBSDprivate_1.0 {
48	/* PSEUDO syscalls */
49	__sys_getlogin;
50	_getlogin;
51	__sys_exit;
52
53	_set_tp;
54	_fpgetsticky;
55	__makecontext;
56	__longjmp;
57	signalcontext;
58	__signalcontext;
59	__syncicache;;
60	_end;
61	.curbrk;
62	.minbrk;
63	.cerror;
64};
65