blob: ccf74c1748e4d037b57c2b88e0e515615528a131 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
/*
* This only needs to contain symbols that are not listed in
* symbol maps from other parts of libc (i.e., not found in
* stdlib/Symbol.map, string/Symbol.map, sys/Symbol.map, ...).
*/
FBSD_1.0 {
_mcount;
__flt_rounds;
brk;
fpgetmask;
fpgetround;
fpgetsticky;
fpsetmask;
fpsetround;
sbrk;
};
FBSD_1.3 {
__eabi;
};
FBSDprivate_1.0 {
__longjmp;
signalcontext;
__signalcontext;
__syncicache;
};
|