]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libc/xdr/Symbol.map
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libc / xdr / Symbol.map
1 /*
2  * $FreeBSD$
3  */
4
5 FBSD_1.0 {
6         xdr_free;
7         xdr_void;
8         xdr_int;
9         xdr_u_int;
10         xdr_long;
11         xdr_u_long;
12         xdr_int32_t;
13         xdr_u_int32_t;
14         xdr_short;
15         xdr_u_short;
16         xdr_int16_t;
17         xdr_u_int16_t;
18         xdr_char;
19         xdr_u_char;
20         xdr_bool;
21         xdr_enum;
22         xdr_opaque;
23         xdr_bytes;
24         xdr_netobj;
25         xdr_union;
26         xdr_string;
27         xdr_wrapstring;
28         xdr_int64_t;
29         xdr_u_int64_t;
30         xdr_hyper;
31         xdr_u_hyper;
32         xdr_longlong_t;
33         xdr_u_longlong_t;
34         xdr_array;
35         xdr_vector;
36         xdr_float;
37         xdr_double;
38         xdrmem_create;
39         xdrrec_create;
40         xdrrec_skiprecord;
41         xdrrec_eof;
42         xdrrec_endofrecord;
43         xdr_reference;
44         xdr_pointer;
45         xdrstdio_create;
46 };
47
48 FBSD_1.1 {
49         xdr_uint16_t;
50         xdr_uint32_t;
51         xdr_uint64_t;
52 };
53
54 FBSD_1.2 {
55         xdr_sizeof;
56 };