Symbol.map revision 169092
1/*
2 * $FreeBSD: head/lib/libc/powerpc/Symbol.map 169092 2007-04-29 14:05:22Z 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	_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	modf;
27	setjmp;
28	longjmp;
29	sigsetjmp;
30	siglongjmp;
31	htonl;
32	__hton;
33	htons;
34	__htons;
35	ntohl;
36	__ntohl;
37	ntohs;
38	__ntohs;
39	brk;
40	exect;
41	pipe;
42	sbrk;
43};
44
45FBSDprivate_1.0 {
46	/* PSEUDO syscalls */
47	__sys_getlogin;
48	_getlogin;
49	__sys_exit;
50
51	_set_tp;
52	_fpgetsticky;
53	__makecontext;
54	__longjmp;
55	signalcontext;
56	__signalcontext;
57	__syncicache;;
58	_end;
59	.curbrk;
60	.minbrk;
61	.cerror;
62};
63