]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/i386/Symbol.map
This commit was generated by cvs2svn to compensate for changes in r169185,
[FreeBSD/FreeBSD.git] / lib / libc / i386 / 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         _setjmp;
15         _longjmp;
16         alloca;
17         fabs;
18         __flt_rounds;
19         __nan;
20         __infinity;
21         makecontext;
22         modf;
23         rfork_thread;
24         setjmp;
25         longjmp;
26         sigsetjmp;
27         siglongjmp;
28         __htonl;
29         htonl;
30         __htons;
31         htons;
32         __ntohl;
33         ntohl;
34         __ntohs;
35         ntohs;
36         vfork;
37         brk;
38         exect;
39         i386_clr_watch;
40         i386_get_fsbase;
41         i386_get_gsbase;
42         i386_get_ioperm;
43         i386_get_ldt;
44         i386_set_fsbase;
45         i386_set_gsbase;
46         i386_set_ioperm;
47         i386_set_ldt;
48         i386_set_watch;
49         i386_vm86;
50         sbrk;
51         ___tls_get_addr;
52 };
53
54 FBSDprivate_1.0 {
55         /* PSEUDO syscalls */
56         __sys_getlogin;
57         _getlogin;
58         __sys_exit;
59
60         _set_tp;
61         ___longjmp;
62         __makecontext;
63         __longjmp;
64         __signalcontext;
65         signalcontext;
66         __siglongjmp;
67         __sys_vfork;
68         _vfork;
69         _end;
70         .cerror;
71         _brk;
72         .curbrk;
73         .minbrk;
74 };