xref: /freebsd/lib/libc/powerpc64/Symbol.map (revision d7847a8d351436a4654bd2c746bc9c04401160ee)
1840b91ccSNathan Whitehorn/*
2840b91ccSNathan Whitehorn * This only needs to contain symbols that are not listed in
3840b91ccSNathan Whitehorn * symbol maps from other parts of libc (i.e., not found in
4840b91ccSNathan Whitehorn * stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
5840b91ccSNathan Whitehorn */
6840b91ccSNathan WhitehornFBSD_1.0 {
7840b91ccSNathan Whitehorn	_mcount;
8840b91ccSNathan Whitehorn	__flt_rounds;
9*d7847a8dSBrooks Davis	brk;
10840b91ccSNathan Whitehorn	fpgetmask;
11840b91ccSNathan Whitehorn	fpgetround;
12840b91ccSNathan Whitehorn	fpgetsticky;
13840b91ccSNathan Whitehorn	fpsetmask;
14840b91ccSNathan Whitehorn	fpsetround;
15*d7847a8dSBrooks Davis	sbrk;
16840b91ccSNathan Whitehorn};
17