]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libc/powerpc64/Symbol.map
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libc / powerpc64 / Symbol.map
1 /*
2  * $FreeBSD$
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  */
10 FBSD_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         setjmp;
28         longjmp;
29         sigsetjmp;
30         siglongjmp;
31         htonl;
32         htons;
33         ntohl;
34         ntohs;
35         brk;
36         exect;
37         sbrk;
38         vfork;
39 };
40
41 FBSDprivate_1.0 {
42         /* PSEUDO syscalls */
43         __sys_getlogin;
44         _getlogin;
45         __sys_exit;
46
47         _set_tp;
48         _fpgetsticky;
49         __makecontext;
50         __longjmp;
51         signalcontext;
52         __signalcontext;
53         __syncicache;
54         _end;
55         _curbrk;
56         _minbrk;
57         _cerror;
58 };