]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - lib/libc/powerpc/Symbol.map
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / lib / libc / powerpc / 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         modf;
28         setjmp;
29         longjmp;
30         sigsetjmp;
31         siglongjmp;
32         htonl;
33         htons;
34         ntohl;
35         ntohs;
36         brk;
37         exect;
38         pipe;
39         sbrk;
40         vfork;
41 };
42
43 FBSDprivate_1.0 {
44         /* PSEUDO syscalls */
45         __sys_getlogin;
46         _getlogin;
47         __sys_exit;
48
49         _set_tp;
50         _fpgetsticky;
51         __makecontext;
52         __longjmp;
53         signalcontext;
54         __signalcontext;
55         __syncicache;;
56         _end;
57         .curbrk;
58         .minbrk;
59         .cerror;
60 };