Fix libc symbol maps after build test
[dragonfly.git] / lib / libc / xdr / Symbol.map
1 DF404.0 {
2     xdr_array;
3     xdr_bool;
4     xdr_bytes;
5     xdr_char;
6     xdr_double;
7     xdr_enum;
8     xdr_float;
9     xdr_free;
10     xdr_hyper;
11     xdr_int16_t;
12     xdr_int32_t;
13     xdr_int64_t;
14     xdr_int;
15     xdr_long;
16     xdr_longlong_t;
17     xdr_netobj;
18     xdr_opaque;
19     xdr_pointer;
20     xdr_reference;
21     xdr_short;
22     xdr_sizeof;
23     xdr_string;
24     xdr_u_char;
25     xdr_u_hyper;
26     xdr_u_int16_t;
27     xdr_u_int32_t;
28     xdr_u_int64_t;
29     xdr_u_int;
30     xdr_u_long;
31     xdr_u_longlong_t;
32     xdr_u_short;
33     xdr_uint32_t;
34     xdr_uint64_t;
35     xdr_union;
36     xdr_vector;
37     xdr_void;
38     xdr_wrapstring;
39     xdrmem_create;
40     xdrrec_create;
41     xdrrec_endofrecord;
42     xdrrec_eof;
43     xdrrec_skiprecord;
44     xdrstdio_create;
45 };
46
47 DFprivate_1.0 {
48     __xdrrec_getrec;
49     __xdrrec_setnonblock;
50 };